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

The content information

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[

MessagePropertyAttribute(

MessagePropertyImportance.NotRecommended)]
public 

ContentLocationContent 
Content { 
get; 
set; }
<

MessagePropertyAttribute(

MessagePropertyImportance.NotRecommended)> _
Public 
Property 
Content 
As 

ContentLocationContent
	
Get
	
Set
[

MessagePropertyAttribute(

MessagePropertyImportance::NotRecommended)]
public:
property 

ContentLocationContent^ 
Content {
	

ContentLocationContent^ 
get ();
	
void 
set (

ContentLocationContent^ 
value);
}

See Also