SIFWorks ADK 2.0
StateProvince Property
NamespacesEdustructures.SifWorks.CommonAddressStateProvince

[This is preliminary documentation and is subject to change.]

Gets or sets the value of the <StateProvince> element.
Declaration Syntax
C#Visual BasicVisual C++
public string StateProvince{ get; set;}
Public Property StateProvince As String
public:
property String^ StateProvince {
	String^ get ();
	void set (String^ value);
}
Value
The StateProvince element of this object.
Remarks

The SIF specification defines the meaning of this element as: "The state or province code."

This element is known by more than one tag name depending on the version of SIF in use. The ADK will use the tag names shown below when parsing and rendering elements of this kind.

VersionTag
1.1
<StatePr>
2.0
<StateProvince>

Version: 2.0

Since: 1.1

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10