MapAddress.PostCode 属性

定义

获取或设置地址的邮政编码。

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

属性值

String

Platform::String

winrt::hstring

地址的邮政编码。

适用于

另请参阅