SoftwareFileInfo.HistoricalMeteringData Property

 

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