GroupLdapAttributeCollection.Contains Method (GroupLdapAttribute)
Determines whether the GroupLdapAttributeCollection contains a specific element.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public bool Contains(
GroupLdapAttribute value
)
public:
bool Contains(
GroupLdapAttribute^ value
)
member Contains :
value:GroupLdapAttribute -> bool
Public Function Contains (
value As GroupLdapAttribute
) As Boolean
Parameters
value
Type: System.Web.Security.SingleSignOn.GroupLdapAttributeThe GroupLdapAttribute class to locate in the collection.
Return Value
Type: System.Boolean
true if the collection contains the specified value; otherwise, false.
See Also
GroupLdapAttributeCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top