GroupLdapAttributeCollection.Remove Method (GroupLdapAttribute)

 

Removes the first occurrence of a specific object from the GroupLdapAttributeCollection.

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

Syntax

public void Remove(
    GroupLdapAttribute value
)
public:
void Remove(
    GroupLdapAttribute^ value
)
member Remove : 
        value:GroupLdapAttribute -> unit
Public Sub Remove (
    value As GroupLdapAttribute
)

Parameters

See Also

GroupLdapAttributeCollection Class
System.Web.Security.SingleSignOn Namespace

Return to top