Gets the number of functions associated with this event.

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

Syntax

C#
public int FunctionsCount { get; }
Visual Basic
Public ReadOnly Property FunctionsCount As Integer
	Get
Visual C++
public:
property int FunctionsCount {
	int get ();
}

See Also