Gets comma separated list of default users roles - user is assigned to these roles when he registers on a site.

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

Syntax

C#
public static string DefaultUserRoles { get; }
Visual Basic
Public Shared ReadOnly Property DefaultUserRoles As String
	Get
Visual C++
public:
static property String^ DefaultUserRoles {
	String^ get ();
}
F#
static member DefaultUserRoles : string with get

Property Value

Type: String
The default user roles.

See Also