Gets and Sets the collection of Roles to display

Namespace: DotNetNuke.Security.Permissions.Controls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public ArrayList Roles { get; set; }
Visual Basic
Public Property Roles As ArrayList
	Get
	Set

See Also