MapAddress.Town Property

Definition

Gets or sets the town or city of an address.

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

Property Value

String

Platform::String

winrt::hstring

The town or city of an address.

Applies to

See also