ContentLocationMPSite.LocalSiteLocality Property
Gets or sets the locality of the local management point, such as fallback, proxy, or local.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string LocalSiteLocality { get; set; }
public:
property String^ LocalSiteLocality {
String^ get();
void set(String^ value);
}
Public Property LocalSiteLocality As String
Property Value
Type: System.String
See Also
ContentLocationMPSite Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top