Gets or sets the State, Province, or equivalent in which the physical ship-to address is located.
Namespace: Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public string StateProvince { get; set; } |
| Visual Basic |
|---|
Public Property StateProvince As String Get Set |
| 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.