Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

RoleGroupCollection::Remove Method (RoleGroup^)

 

Deletes the first occurrence of the specified role group from the collection.

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

public:
void Remove(
	RoleGroup^ group
)

Parameters

group
Type: System.Web.UI.WebControls::RoleGroup^

The RoleGroup to remove from the collection.

The first instance of the specified RoleGroup object is removed from the RoleGroupCollection collection. Groups that follow the removed group all move up in the index to fill the vacated spot. If there is more than one instance of the specified RoleGroup object, only the first instance is removed.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft