Gets or sets the COMP_REG_REG_CLASS string.

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

Syntax

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

See Also