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

Gets properties for the message

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework.ManagementPoint
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
override 
Collection<

MPMessageBodyProperty> 
Properties { 
get; }
Public 
Overrides 
ReadOnly 
Property 
Properties 
As 
Collection(
Of 

MPMessageBodyProperty)
	
Get
public:
virtual 
property 
Collection<

MPMessageBodyProperty^>^ 
Properties {
	
Collection<

MPMessageBodyProperty^>^ 
get () 
override;
}

See Also