CivicAddress.CountryRegion 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置位置所在的国家/地区。
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 国家/地区代码表示。