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

Site code of the resident MP

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
override 
string 
SiteCode { 
get; 
set; }
Public 
Overrides 
Property 
SiteCode 
As 
String
	
Get
	
Set
public:
virtual 
property 
String^ 
SiteCode {
	
String^ 
get () 
override;
	
void 
set (
String^ 
value) 
override;
}

See Also