MapAddress.Continent Property

Definition

Gets or sets the continent of an address.

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

Property Value

String

Platform::String

winrt::hstring

The continent of an address.

Applies to

See also