Microsoft Identity Integration Server 2003 Developer Reference

Utils.ValueCollection (Byte[,])

The ValueCollection (Byte[,]) method creates a new ValueCollection object that contains the given byte array values.
[C#]
public ValueCollection ValueCollection(
  Byte[,] values
);
[Visual Basic .NET]
Public Function ValueCollection( _
  ByVal values(,) As Byte _
) As ValueCollection

Parameters

values
Contains an array of byte arrays that will be added to the new collection.

Return Values

Returns a new ValueCollection object that contains a copy of values.

Exceptions

Exception type Condition
ArgumentNullException The argument is null.

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

Utils, ValueCollection