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.3.0

Syntax

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

See Also