Gets the name of the "All Users" role.

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

Syntax

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

Property Value

Type: String

See Also