共用方式為


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

備註

國家或地區通常會以兩個字母 ISO-3166 國家/地區代碼表示。

適用於