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

Locality of the local MP (fallback, proxy, local, etc)

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

Syntax

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

See Also