Gets the Id 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 Guid AllUsersRoleId { get; }
Visual Basic
Public Shared ReadOnly Property AllUsersRoleId As Guid
	Get
Visual C++
public:
static property Guid AllUsersRoleId {
	Guid get ();
}
F#
static member AllUsersRoleId : Guid with get

Property Value

Type: Guid

See Also