ContactAddress.Country Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
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
|