MapAddress.PostCode Property

Definition

Gets or sets the postal code of an address.

public:
 property Platform::String ^ PostCode { Platform::String ^ get(); };
winrt::hstring PostCode();
public string PostCode { get; }
var string = mapAddress.postCode;
Public ReadOnly Property PostCode As String

Property Value

String

Platform::String

winrt::hstring

The postal code of an address.

Applies to

See also