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