Gets or sets the maximum attendance for this CFunction object. This is MAXIMUM_ATTENDANCE in the Product_Function table.

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

Syntax

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

See Also