次の方法で共有


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 を返します。

適用対象