HistoricalMeterData Class
Contains historical software metering data.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Name | Description | |
|---|---|---|
![]() | HistoricalMeterData() | Initializes a new instance of the HistoricalMeterData class. |
| Name | Description | |
|---|---|---|
![]() | DataId | Gets or sets the GUID of the metering data. The default value is a random GUID. |
![]() | DataIdString | Gets or sets the GUID of the metering data as a string. This property is only for serialization. Use DataId instead. |
![]() | EndTime | Gets or sets the end time for the program. |
![]() | EndTimeString | Gets or sets the end time for the program as a string. This property is only for serialization. Use EndTime instead. |
![]() | StartTime | Gets or sets the start time for the program. |
![]() | StartTimeString | Gets or sets the start time for the program as a string. This property is only for serialization. Use StartTime instead. |
![]() | Status | Gets or sets the status of the metering data. |
![]() | StatusAsInt | Gets or sets the status of the metering data. This property should only be used for serialization. Use Status instead. |
![]() | UserName | Gets or sets the name of the user who ran the inventory. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

