Gets the Roles for this Role Group

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

Syntax

C#
public Dictionary<string, RoleInfo> Roles { get; }
Visual Basic
Public ReadOnly Property Roles As Dictionary(Of String, RoleInfo)
	Get

Return Value

A Boolean

See Also