Microsoft Identity Integration Server 2003 Developer Reference

Utils.ValueCollection (Value)

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

Parameters

value
Contains a Value object to add to the new collection.

Return Values

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

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, Value, ValueCollection