Gets the list of Cash Accounts defined in the iMIS instance, as CCashAccount objects
Namespace:
Asi.iBO.SystemConfigAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public CCashAccount[] CashAccounts { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property CashAccounts As CCashAccount() |
| Visual C++ |
|---|
public: property array<CCashAccount^>^ CashAccounts { array<CCashAccount^>^ get (); } |