Gets or sets an indication of whether complementary registrations are allowed.

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

Syntax

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

See Also