HistoricalMeterData Class

 

Contains historical software metering data.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

System::Object
  Microsoft.ConfigurationManagement.Messaging.Messages::HistoricalMeterData

[SerializableAttribute]
public ref class HistoricalMeterData sealed 

NameDescription
System_CAPS_pubmethodHistoricalMeterData()

Initializes a new instance of the HistoricalMeterData class.

NameDescription
System_CAPS_pubpropertyDataId

Gets or sets the GUID of the metering data. The default value is a random GUID.

System_CAPS_pubpropertyDataIdString

Gets or sets the GUID of the metering data as a string. This property is only for serialization. Use DataId instead.

System_CAPS_pubpropertyEndTime

Gets or sets the end time for the program.

System_CAPS_pubpropertyEndTimeString

Gets or sets the end time for the program as a string. This property is only for serialization. Use EndTime instead.

System_CAPS_pubpropertyStartTime

Gets or sets the start time for the program.

System_CAPS_pubpropertyStartTimeString

Gets or sets the start time for the program as a string. This property is only for serialization. Use StartTime instead.

System_CAPS_pubpropertyStatus

Gets or sets the status of the metering data.

System_CAPS_pubpropertyStatusAsInt

Gets or sets the status of the metering data. This property should only be used for serialization. Use Status instead.

System_CAPS_pubpropertyUserName

Gets or sets the name of the user who ran the inventory.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: