CivicAddress.PostalCode 属性

定义

获取或设置位置的邮政编码。

public:
 property System::String ^ PostalCode { System::String ^ get(); void set(System::String ^ value); };
public string PostalCode { get; set; }
member this.PostalCode : string with get, set
Public Property PostalCode As String

属性值

位置的邮政编码。 如果未提供数据,则返回 Empty

适用于