MapAddress.Country Property

Definition

Gets or sets the country of an address.

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

Property Value

String

Platform::String

winrt::hstring

The country of an address.

Applies to

See also