Gets whether this role is a system role

Namespace: DotNetNuke.Security.Roles
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public bool IsSystemRole { get; set; }
Visual Basic
Public Property IsSystemRole As Boolean
	Get
	Set

Field Value

A boolean representing whether this is a system role such as Administrators, Registered Users etc.

See Also