Gets the Role Type

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

Syntax

C#
public RoleType RoleType { get; }
Visual Basic
Public ReadOnly Property RoleType As RoleType
	Get

Field Value

A enum representing the type of the role

See Also