MapAddress.RegionCode Property

Definition

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

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

Property Value

String

Platform::String

winrt::hstring

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

Applies to

See also