Gets or sets the maximum number of registrations per registrant for this CFunction object. This is WEB_MULTI_REG in the Product_Function table for iMIS 10.2 and later.

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

Syntax

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

See Also