ContentLocationLocationRecord.Locality Property
Gets or sets the locality for the location element.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string Locality { get; set; }
public:
property String^ Locality {
String^ get();
void set(String^ value);
}
Public Property Locality As String
Property Value
Type: System.String
See Also
ContentLocationLocationRecord Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top