Gets or sets the State, Province, or equivelent in which the physical address is located.

Namespace:  Asi.iBO.ContactManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public string StateProvince { get; set; }
Visual Basic (Declaration)
Public Property StateProvince As String
Visual C++
public:
property String^ StateProvince {
	String^ get ();
	void set (String^ value);
}

Field Value

The name of the State, Province, or equivelent where the physical address is located.

Remarks

The value does not have to be one of the values setup in iMIS in the STATE validation table. The value may be changed to a substitite value automatically if the system is setup to substitute a different value for the one provided. This field will be converted to title case where the first letter of each word is capitalized except for those defined in the "StayLower" system setting. Changes to this property will also cause the FormattedAddress property to be recalculated.

See Also