ContactAddress.Region Property

Definition

Gets or sets the region of a contact address. The maximum string length for the region is 1024 characters.

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 = contactAddress.region;
contactAddress.region = string;
Public Property Region As String

Property Value

String

Platform::String

winrt::hstring

The region of a contact address. The maximum string length for the region is 1024 characters.

Windows requirements

App capabilities
contactsSystem

Applies to