CivicAddress.StateProvince 属性

定义

获取或设置位置所在的省/直辖市/自治区。

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

属性值

位置的省/自治区/直辖市。 如果未提供数据,则返回 Empty

适用于