System.Web.UI.WebControls.RoleGroup.ToString Method

Returns a comma-separated list of the roles associated with this role group.

Syntax

public override string ToString ()

Returns

A comma-separated list of the roles associated with this role group.

Remarks

The RoleGroup.ToString method returns the contents of the RoleGroup.Roles property as a comma-separated list of roles associated with the role group.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0