ContactAddress.Country Property

Definition

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

public:
 property Platform::String ^ Country { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Country();

void Country(winrt::hstring value);
public string Country { get; set; }
var string = contactAddress.country;
contactAddress.country = string;
Public Property Country As String

Property Value

String

Platform::String

winrt::hstring

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

Windows requirements

App capabilities
contactsSystem

Applies to