Gets or sets the guaranteed attendance for this CFunction object. This is GUARANTEED_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 GaraunteedAttendance { get; set; }
Visual Basic (Declaration)
Public Property GaraunteedAttendance As Integer
Visual C++
public:
property int GaraunteedAttendance {
	int get ();
	void set (int value);
}

See Also