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

History of the SWM

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[

MessagePropertyAttribute(

MessagePropertyImportance.Required, CheckRecursively = 
true)]
public 
Collection<

HistoricalMeterData> 
HistoricalMeteringData { 
get; }
<

MessagePropertyAttribute(

MessagePropertyImportance.Required, CheckRecursively := 
True)> _
Public 
ReadOnly 
Property 
HistoricalMeteringData 
As 
Collection(
Of 

HistoricalMeterData)
	
Get
[

MessagePropertyAttribute(

MessagePropertyImportance::Required, CheckRecursively = 
true)]
public:
property 
Collection<

HistoricalMeterData^>^ 
HistoricalMeteringData {
	
Collection<

HistoricalMeterData^>^ 
get ();
}

See Also