MapAddress.Town Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The town or city of an address.