Gets the CFunctionFee object for this CFunction for the specified registrant class.

Namespace: Asi.iBO.Events
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public CFunctionFee GetFuncFeeByRegClass(
	string registrationClass
)
Visual Basic
Public Function GetFuncFeeByRegClass ( _
	registrationClass As String _
) As CFunctionFee
Visual C++
public:
CFunctionFee^ GetFuncFeeByRegClass(
	String^ registrationClass
)

Parameters

registrationClass
Type: System..::..String
The registrant class of interest.

Return Value

A CFunctionFee object matching the supplied registrationClass; null if none is found.

See Also