Gets or sets the State, Province, or equivalent in which the physical ship-to address is located.

Namespace:  Asi.iBO.Commerce
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 equivalent where the physical ship-to address is located.

Remarks

The value must be one of the values setup in iMIS in the STATE validation table. The value may be changed to a substitute 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