Click or drag to resize

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; }

Property Value

Type: SerializableDictionaryDateTime, UsageStatistic
See Also