PaymentAddress.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.
The region of a country.
public:
property Platform::String ^ Region { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Region();
void Region(winrt::hstring value);
public string Region { get; set; }
var string = paymentAddress.region;
paymentAddress.region = string;
Public Property Region As String
Property Value
Gets or sets the Region.