Share via


Utils.ValueCollection Method (String[])

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

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

Usage

'Usage
Dim values As String()
Dim returnValue As ValueCollection

returnValue = Utils.ValueCollection(values)

Syntax

'Declaration
Public Shared Function ValueCollection ( _
    values As String() _
) As ValueCollection
public static ValueCollection ValueCollection (
    string[] values
)
public:
static ValueCollection^ ValueCollection (
    array<String^>^ values
)
public static ValueCollection ValueCollection (
    String[] values
)
public static function ValueCollection (
    values : String[]
) : ValueCollection

Parameters

  • values
    Contains an array of strings that will be added to the new collection.

Return Value

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

Exceptions

Exception type Condition
System.ArgumentNullException

The argument is null.

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