HistoricalMeterData Class
Contains historical software metering data.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Messages.HistoricalMeterData
Syntax
[SerializableAttribute]
public sealed class HistoricalMeterData
[SerializableAttribute]
public ref class HistoricalMeterData sealed
<SerializableAttribute>
Public NotInheritable Class HistoricalMeterData
Constructors
Name | Description | |
---|---|---|
HistoricalMeterData() | Initializes a new instance of the HistoricalMeterData class. |
Properties
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. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top