ValueCollection.Remove Method

Overload List

Name Description
ValueCollection.Remove (Value) The Remove method removes the element that matches a Value object from the ValueCollection.
ValueCollection.Remove (Byte[]) The Remove method removes the element that matches a binary value from the ValueCollection.
ValueCollection.Remove (Int64) The Remove method removes the element that matches an integer value from the ValueCollection.
ValueCollection.Remove (String) The Remove method removes the element that matches a string value from the ValueCollection.

See Also

Reference

ValueCollection Class
ValueCollection Members
Microsoft.MetadirectoryServices Namespace
Value Class