共用方式為


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

適用於