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!

DirectoryEntryCollection.CollectionOverStringVariantProperty.AddRange

[To be supplied.]

[Visual Basic]
Public Sub AddRange( _
   ByVal value() As String _
)
[C#]
public void AddRange(
   string[] value
);
[C++]
public: void AddRange(
   String* value[]
);
[JScript]
public function AddRange(
   value : String[]
);

Parameters

value
[To be supplied.]

See Also

DirectoryEntryCollection.CollectionOverStringVariantProperty Class | DirectoryEntryCollection.CollectionOverStringVariantProperty Members | System.DirectoryServices Namespace