Windows apps
Collapse the table of content
Expand the table of content
Information
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^>^)

 

The AddRange method adds an array of values to the attribute.

Namespace:   System.DirectoryServices.Protocols
Assembly:  System.DirectoryServices.Protocols (in System.DirectoryServices.Protocols.dll)

public:
void AddRange(
	array<Object^>^ values
)

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
Return to top
Show:
© 2017 Microsoft