MapAddress.RegionCode 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 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
The code for the region (for example, the state or province) of an address.