RoleGroupCollection.IndexOf Method
.NET Framework 3.0
Searches the collection and returns the zero-based index of the first occurrence of the specified RoleGroup.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public int IndexOf ( RoleGroup group )
public function IndexOf ( group : RoleGroup ) : int
Not applicable.
Parameters
- group
The RoleGroup to locate in the collection.
Return Value
The zero-based index of the first occurrence of group within the entire RoleGroupCollection, if found; otherwise, -1.Community Additions
ADD
Show: