Gets an sets the Description of the RoleGroup

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

Syntax

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

Field Value

A string representing the description of the RoleGroup

See Also