ContactAddress.Country Eigenschaft

Definition

Ruft das Land einer Kontaktadresse ab oder legt es fest. Die maximale Zeichenfolgenlänge für das Land beträgt 1024 Zeichen.

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

Eigenschaftswert

String

Platform::String

winrt::hstring

Das Land einer Kontaktadresse. Die maximale Zeichenfolgenlänge für das Land beträgt 1024 Zeichen.

Windows-Anforderungen

App-Funktionen
contactsSystem

Gilt für: