RoleGroup::ToString Method ()

 

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

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
virtual String^ ToString() override

Return Value

Type: System::String^

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

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

.NET Framework
Available since 2.0
Return to top
Show: