Microsoft Identity Integration Server 2003 Developer Reference

Utils.ValueCollection (Boolean)

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

Parameters

value
Contains a Boolean value that will be added to the new collection.

Return Values

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

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