Freigeben über


MapAddress.PostCode Eigenschaft

Definition

Ruft die Postleitzahl einer Adresse ab oder legt sie fest.

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

Eigenschaftswert

String

Platform::String

winrt::hstring

Die Postleitzahl einer Adresse.

Gilt für:

Weitere Informationen