Share via


ContactAddress.PostalCode Property

Definition

Gets or sets postal code associated with a contact address.

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

Property Value

String

Platform::String

winrt::hstring

The postal code associated with a contact address.

Windows requirements

App capabilities
ID_CAP_CONTACTS [Windows Phone]

Applies to