GroupLdapAttributeCollection.IndexOf Method (GroupLdapAttribute)

 

Searches for the specified GroupLdapAttribute collection and returns the zero-based index of the first occurrence of this object within the collection.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public int IndexOf(
    GroupLdapAttribute value
)
public:
int IndexOf(
    GroupLdapAttribute^ value
)
member IndexOf : 
        value:GroupLdapAttribute -> int
Public Function IndexOf (
    value As GroupLdapAttribute
) As Integer

Parameters

Return Value

Type: System.Int32

The zero-based index of the first occurrence of value within the entire collection, if found; otherwise, -1.

See Also

GroupLdapAttributeCollection Class
System.Web.Security.SingleSignOn Namespace

Return to top