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