Udostępnij za pośrednictwem


ContentLocationMPSite.SiteLocality Property

 

Gets or sets the locality of the resident management point, such as fallback or proxy.

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

Syntax

public string SiteLocality { get; set; }
public:
property String^ SiteLocality {
    String^ get();
    void set(String^ value);
}
Public Property SiteLocality As String

Property Value

Type: System.String

See Also

ContentLocationMPSite Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top