Microsoft Identity Integration Server 2003 Developer Reference

ValueCollection.Add (ValueCollection)

The Add (ValueCollection) method adds the contents of another ValueCollection to this ValueCollection.
[C#]
public void Add(
  ValueCollection val
);
[Visual Basic .NET]
Public Sub Add( _
  ByVal val As ValueCollection _
)

Parameters

val
Contains a ValueCollection object from which the contents will be added to this ValueCollection.

Return Values

This method has no return values.

Exceptions

Exception type Condition
ArgumentException The argument is this object.
ArgumentNullException The argument is null.
InvalidOperationException The value of the val parameter cannot be converted to the data type of the collection.

Requirements

Product: Microsoft Identity Integration Server 2003
Namespace: Defined in Microsoft.MetadirectoryServices.
Assembly: Requires Microsoft.MetadirectoryServices (in Microsoft.MetadirectoryServices.dll).
.NET Framework: Requires .NET Framework 1.1.

See Also

ValueCollection