Gets and sets the Role Name

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

Syntax

C#
public string RoleName { get; set; }
Visual Basic
Public Property RoleName As String
	Get
	Set

Field Value

A string representing the name of the role

See Also