Creates a new CFunctionFee object for this CFunction.

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

Syntax

C#
public CFunctionFee NewFunctionFee(
	string registrantClass
)
Visual Basic (Declaration)
Public Function NewFunctionFee ( _
	registrantClass As String _
) As CFunctionFee
Visual C++
public:
CFunctionFee^ NewFunctionFee(
	String^ registrantClass
)

Parameters

registrantClass
Type: System..::.String
The registrant class to use for the new CFunctionFee object.

Return Value

The new CFunctionFee object.

See Also