Compartilhar via


Utils.ValueCollection Method (Boolean)

The ValueCollection method creates a new ValueCollection object that contains the given Boolean value.

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim value As Boolean
Dim returnValue As ValueCollection

returnValue = Utils.ValueCollection(value)

Syntax

'Declaration
Public Shared Function ValueCollection ( _
    value As Boolean _
) As ValueCollection
public static ValueCollection ValueCollection (
    bool value
)
public:
static ValueCollection^ ValueCollection (
    bool value
)
public static ValueCollection ValueCollection (
    boolean value
)
public static function ValueCollection (
    value : boolean
) : ValueCollection

Parameters

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

Return Value

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

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

Reference

Utils Class
Utils Members
Microsoft.MetadirectoryServices Namespace
ValueCollection