Gets and sets the RoleGroup Name

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

Syntax

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

Field Value

A string representing the Name of the RoleGroup

See Also