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