Partager via


ValueCollection.Set Method

The Set method removes all of the values of the ValueCollection and adds a single Boolean value.

Syntax

public void Set(
  bool value
);
Public Sub Set( _
  ByVal value As Boolean _
)

Parameters

  • value
    Contains a Boolean value that will replace the values of the ValueCollection.

Return Value

This method does not return a value.

Requirements

Product ILM 2007 FP1
Namespace Microsoft.MetadirectoryServices
Assembly Microsoft.MetadirectoryServices
.NET Framework .NET Framework 2.0

See Also

ValueCollection

Send comments about this topic to Microsoft

Build date: 2/16/2009