Gets an array of CFunctionFee objects associated with this CFunction object.

Namespace: Asi.iBO.Events
Assembly: 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 ();
}

Field Value

Returns null if there are no associated CFunctionFee objects.

See Also