Gets or sets the flag that determines if user registration procedure is enabled.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static bool EnableUserRegistration { get; }
Visual Basic
Public Shared ReadOnly Property EnableUserRegistration As Boolean
	Get
Visual C++
public:
static property bool EnableUserRegistration {
	bool get ();
}
F#
static member EnableUserRegistration : bool with get

Property Value

Type: Boolean
true if [enable user registration]; otherwise, false.

See Also