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.AddRange

Appends the values to the set of values for this property.

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

Parameters

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

See Also

DirectoryEntryPropertyValueCollection Class | DirectoryEntryPropertyValueCollection Members | System.DirectoryServices Namespace