HistoryUsageStatistic Property |
Gets the UsageStatstic object for current date. Usage Statistic of the software, including requests sent, message received and automated test executed.
Namespace:
Hummingbird.TestFramework.Configuration
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public UsageStatistic UsageStatistic { get; }
Public ReadOnly Property UsageStatistic As UsageStatistic
Get
public:
property UsageStatistic^ UsageStatistic {
UsageStatistic^ get ();
}
member UsageStatistic : UsageStatistic with get
Property Value
Type:
UsageStatisticSee Also