ContactAddress.PostalCode 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 code postal d’une adresse de contact. La longueur maximale de chaîne pour le code postal est de 1 024 caractères.
public:
property Platform::String ^ PostalCode { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring PostalCode();
void PostalCode(winrt::hstring value);
public string PostalCode { get; set; }
var string = contactAddress.postalCode;
contactAddress.postalCode = string;
Public Property PostalCode As String
Valeur de propriété
Code postal d’une adresse de contact. La longueur maximale de chaîne pour le code postal est de 1 024 caractères.
Configuration requise pour Windows
Fonctionnalités de l’application |
contactsSystem
|