Sets the registrant class description for this CFunctionFee. This is DESCRIPTION in the Meet_Reg_Class table.

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

Syntax

C#
public string RegistrantClassDescription { get; }
Visual Basic (Declaration)
Public ReadOnly Property RegistrantClassDescription As String
Visual C++
public:
property String^ RegistrantClassDescription {
	String^ get ();
}

See Also