Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets historical software metering data.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.Required,
CheckRecursively = true)]
public Collection<HistoricalMeterData> HistoricalMeteringData { get; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required,
CheckRecursively = true)]
property Collection<HistoricalMeterData^>^ HistoricalMeteringData {
Collection<HistoricalMeterData^>^ get();
}
<MessagePropertyAttribute(MessagePropertyImportance.Required,
CheckRecursively := True)>
Public ReadOnly Property HistoricalMeteringData As Collection(Of HistoricalMeterData)
Property Value
Type: System.Collections.ObjectModel.Collection<HistoricalMeterData>
See Also
SoftwareFileInfo Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top