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

The HistoricalMeterDatatype exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

  Member Description
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.
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.
UserName
The user name that executed the inventory

See Also