MapAddress.Region Property

Definition

Gets or sets the region (for example, the state or province) of an address.

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

Property Value

String

Platform::String

winrt::hstring

The region (for example, the state or province) of an address.

Applies to

See also