Gets an array of CFunctionFee objects associated with this CFunction object.
Namespace:
Asi.iBO.EventsAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public CFunctionFee[] Fees { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Fees As CFunctionFee() |
| Visual C++ |
|---|
public: property array<CFunctionFee^>^ Fees { array<CFunctionFee^>^ get (); } |