Gets or sets the registrant class for this CFunctionFee. This is REGISTRANT_CLASS in the Meet_Reg_Class table.

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

Syntax

C#
public string RegistrantClass { get; set; }
Visual Basic
Public Property RegistrantClass As String
	Get
	Set
Visual C++
public:
property String^ RegistrantClass {
	String^ get ();
	void set (String^ value);
}

See Also