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 国家/地区代码表示。

适用于