CivicAddress.StateProvince Property

Definition

Gets or sets the state or province of the location.

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

Property Value

The state or province of the location. If the data is not provided, returns Empty.

Applies to