次の方法で共有


CivicAddress.CountryRegion プロパティ

定義

場所の国/地域を取得または設定します。

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

プロパティ値

国または地域のコード。 データが提供されない場合、Empty を返します。

注釈

国または地域は、通常、2 文字の ISO-3166 国コードで表されます。

適用対象