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返回 。

适用于