HistoryDailyUsageStatistics Property |
The dictionary contains all usages within the days.
Namespace:
Hummingbird.TestFramework.Configuration
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public SerializableDictionary<DateTime, UsageStatistic> DailyUsageStatistics { get; set; }
Public Property DailyUsageStatistics As SerializableDictionary(Of DateTime, UsageStatistic)
Get
Set
public:
property SerializableDictionary<DateTime, UsageStatistic^>^ DailyUsageStatistics {
SerializableDictionary<DateTime, UsageStatistic^>^ get ();
void set (SerializableDictionary<DateTime, UsageStatistic^>^ value);
}
member DailyUsageStatistics : SerializableDictionary<DateTime, UsageStatistic> with get, set
Property Value
Type:
SerializableDictionaryDateTime,
UsageStatisticSee Also