[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Contains metering data history for an SWM

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
HistoricalMeterData
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
HistoricalMeterData
[
SerializableAttribute]
public 
ref class 
HistoricalMeterData 
sealed

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
HistoricalMeterData () () () ()
Initializes a new instance of the HistoricalMeterDataclass.
DataId
GUID of the metering data. Default is a random GUID.
DataIdString
GUID of the metering data as a string. This is only for serialization. DataId should be used instead.
EndTime
End time for the program.
EndTimeString
End time for the program as a string. This is only for serialization. EndTime should be used instead.
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
StartTime
Start time for the program
StartTimeString
Start time for the program as a string. This is only for serialization. StartTime should be used instead.
Status
Gets/sets the status for the metering data.
StatusAsInt
The status. Should only be used for serialization. See Status instead.
ToString () () () () (Inherited from Object.)
UserName
The user name that executed the inventory

Inheritance Hierarchy

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

See Also