Gets and sets the status for the role

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

Syntax

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

Field Value

An enumerated value Pending, Disabled, Approved

See Also