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

Assigned site information for the message

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 

ContentLocationAssignedSite 
AssignedSite { 
get; 
set; }
<

MessagePropertyAttribute(

MessagePropertyImportance.Required, CheckRecursively := 
True)> _
Public 
Property 
AssignedSite 
As 

ContentLocationAssignedSite
	
Get
	
Set
[

MessagePropertyAttribute(

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

ContentLocationAssignedSite^ 
AssignedSite {
	

ContentLocationAssignedSite^ 
get ();
	
void 
set (

ContentLocationAssignedSite^ 
value);
}

See Also