Partager via


ContactAddress.PostalCode Propriété

Définition

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é

String

Platform::String

winrt::hstring

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

S’applique à