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.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 ();
}

Field Value

Returns null if there are no associated CFunctionFee objects.

See Also