Removes the value from the collection.
[Visual Basic] Public Sub Remove( _ ByVal value As Object _ ) [C#] public void Remove( object value ); [C++] public: void Remove( Object* value ); [JScript] public function Remove( value : Object );
DirectoryEntryPropertyValueCollection Class | DirectoryEntryPropertyValueCollection Members | System.DirectoryServices Namespace