Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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