MapAddress.Continent 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 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
The continent of an address.