Gets the list of Solicitors defined in the iMIS instance. Key is the SolicitorID, Value is the Solicitor's name

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

Syntax

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

See Also