Gets the list of Committee Positions defined in the iMIS instance. Key is the position code, Value is the position title
Namespace:
Asi.iBO.SystemConfigAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public KeyValuePair[] CommitteePositions { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property CommitteePositions As KeyValuePair() |
| Visual C++ |
|---|
public: property array<KeyValuePair>^ CommitteePositions { array<KeyValuePair>^ get (); } |