Gets or sets the Registration Verification Calculation SQL string.

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

Syntax

C#
public string AllowRegistrationsString { get; set; }
Visual Basic (Declaration)
Public Property AllowRegistrationsString As String
Visual C++
public:
property String^ AllowRegistrationsString {
	String^ get ();
	void set (String^ value);
}

See Also