MapAddress.District Property

Definition

Gets or sets the district of an address.

public:
 property Platform::String ^ District { Platform::String ^ get(); };
winrt::hstring District();
public string District { get; }
var string = mapAddress.district;
Public ReadOnly Property District As String

Property Value

String

Platform::String

winrt::hstring

The district of an address.

Applies to

See also