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: