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.3.0

Syntax

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

See Also