Gets or sets an indication of whether this CFunction is automatically included in CEvent registrations. This is AUTO_ENROLL in the Product_Function table.

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

Syntax

C#
public bool IsAutoEnroll { get; set; }
Visual Basic (Declaration)
Public Property IsAutoEnroll As Boolean
Visual C++
public:
property bool IsAutoEnroll {
	bool get ();
	void set (bool value);
}

See Also