Gets a list of all of the states/provinces defined in the iMIS instance

Namespace: Asi.iBO.SystemConfig
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public KeyValuePair[] StateProvinceLookup { get; }
Visual Basic
Public ReadOnly Property StateProvinceLookup As KeyValuePair()
	Get
Visual C++
public:
property array<KeyValuePair>^ StateProvinceLookup {
	array<KeyValuePair>^ get ();
}

See Also