RoleGroupCollection.Contains Method
.NET Framework 3.0
Indicates whether the collection contains the specified role group.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public boolean Contains ( RoleGroup group )
public function Contains ( group : RoleGroup ) : boolean
Not applicable.
Parameters
- group
The RoleGroup to look for in the collection.
Return Value
true if the specified role group is a member of the collection; otherwise false.Community Additions
ADD
Show: