NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DirectoryEntryPropertyValueCollection.RemoveRange

Removes the values from the collection.

[Visual Basic]
Public Sub RemoveRange( _
   ByVal values() As Object _
)
[C#]
public void RemoveRange(
   object[] values
);
[C++]
public: void RemoveRange(
   Object* values[]
);
[JScript]
public function RemoveRange(
   values : Object[]
);

Parameters

values
An array of type Object that contains the values to remove.

See Also

DirectoryEntryPropertyValueCollection Class | DirectoryEntryPropertyValueCollection Members | System.DirectoryServices Namespace