Gets or sets the number of registrants for this event.

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

Syntax

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

See Also