Gets and sets whether the role is a security role and can be used in Permission Grids etc.

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

Syntax

C#
public SecurityMode SecurityMode { get; set; }
Visual Basic
Public Property SecurityMode As SecurityMode
	Get
	Set

Field Value

A SecurityMode enum

See Also