Partager via


ContactAddress.Country Propriété

Définition

Obtient ou définit le pays d’une adresse de contact. La longueur de chaîne maximale pour le pays est de 1 024 caractères.

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

Valeur de propriété

String

Platform::String

winrt::hstring

Pays d’une adresse de contact. La longueur de chaîne maximale pour le pays est de 1 024 caractères.

Configuration requise pour Windows

Fonctionnalités de l’application
contactsSystem

S’applique à