Gets or sets the string identifying the class of the registrant.

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

Remarks

If there is no associated CEvent object for this CRegistration an error is reported when this property is set.

See Also