Gets or sets the COMP_REG_REG_CLASS string.

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

Syntax

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

See Also