Gets the list of Financial Entities defined in the iMIS instance that are funds, as CFinancialEntity objects
Namespace: Asi.iBO.SystemConfigAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public CFinancialEntity[] Funds { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Funds As CFinancialEntity() Get |
| Visual C++ |
|---|
public: property array<CFinancialEntity^>^ Funds { array<CFinancialEntity^>^ get (); } |