Gets the list of Solicitors defined in the iMIS instance. Key is the SolicitorID, Value is the Solicitor's name
Namespace: Asi.iBO.SystemConfigAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public KeyValuePair[] Solicitors { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Solicitors As KeyValuePair() Get |
| Visual C++ |
|---|
public: property array<KeyValuePair>^ Solicitors { array<KeyValuePair>^ get (); } |