Udostępnij za pośrednictwem


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
System_CAPS_pubmethod HistoricalMeterData()

Initializes a new instance of the HistoricalMeterData class.

Properties

Name Description
System_CAPS_pubproperty DataId

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

System_CAPS_pubproperty DataIdString

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

System_CAPS_pubproperty EndTime

Gets or sets the end time for the program.

System_CAPS_pubproperty EndTimeString

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

System_CAPS_pubproperty StartTime

Gets or sets the start time for the program.

System_CAPS_pubproperty StartTimeString

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

System_CAPS_pubproperty Status

Gets or sets the status of the metering data.

System_CAPS_pubproperty StatusAsInt

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

System_CAPS_pubproperty UserName

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod 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