Gets the number of events that have occurred with this action.

Namespace:  FreeFlow.Administration
Assembly:  FreeFlow.Administration (in FreeFlow.Administration.dll) Version: 2.0.0.135

Syntax

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

See Also