Gets or sets the headcount number for this event.

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

Syntax

C#
public int HeadCount { get; set; }
Visual Basic
Public Property HeadCount As Integer
	Get
	Set
Visual C++
public:
property int HeadCount {
	int get ();
	void set (int value);
}

See Also