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

Site code for requesting site information

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

Syntax

                 
  C#     Visual Basic     Visual C++  
<

MessagePropertyAttribute(

MessagePropertyImportance.Required)> _
Public 
Property 
SiteCode 
As 

SiteInfoSiteCode
	
Get
	
Set
[

MessagePropertyAttribute(

MessagePropertyImportance::Required)]
public:
property 

SiteInfoSiteCode^ 
SiteCode {
	

SiteInfoSiteCode^ 
get ();
	
void 
set (

SiteInfoSiteCode^ 
value);
}

See Also