The Set method removes all of the values of the ValueCollection and adds a single bool value.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As ValueCollection
Dim val As Boolean

instance.Set(val)

Syntax

Visual Basic
Public MustOverride Sub Set ( _
		val As Boolean _
)
C#
public abstract void Set (
		bool val
)
C++
public:
virtual void Set (
		bool val
) abstract
J#
public abstract void Set (
		boolean val
)
JScript
public abstract function Set (
		val : boolean
)

Parameters

val

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also