Microsoft Identity Integration Server 2003 Developer Reference

ValueCollection.Set

The Set method removes all of the values of the ValueCollection and adds a single Boolean value.
[C#]
public void Set(
  bool val
);
[Visual Basic .NET]
Public Sub Set( _
  ByVal val As Boolean _
)

Parameters

val
Contains a bool value that will replace the values of the ValueCollection.

Return Values

This method has no return values.

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