Gets the list of Terms defined in the iMIS instance. Key is the TermsCode, Value is a human meaningful description
Namespace: Asi.iBO.SystemConfigAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public KeyValuePair[] FinancialTerms { get; } |
| Visual Basic |
|---|
Public ReadOnly Property FinancialTerms As KeyValuePair() Get |
| Visual C++ |
|---|
public: property array<KeyValuePair>^ FinancialTerms { array<KeyValuePair>^ get (); } |