The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DirectoryAttribute::AddRange Method (array<Object^>^)
.NET Framework (current version)
The AddRange method adds an array of values to the attribute.
Assembly: System.DirectoryServices.Protocols (in System.DirectoryServices.Protocols.dll)
Parameters
- values
-
Type:
array<System::Object^>^
The values to add.
| Exception | Condition |
|---|---|
| ArgumentException | values is not a byte[][], string[], or Uri[]. |
| ArgumentNullException | Values contains a null reference (Nothing in Visual Basic). |
.NET Framework
Available since 2.0
Available since 2.0
Show: