Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The ValueCollection (String[]) method creates a new ValueCollection object that contains the given strings.
Syntax
public ValueCollection ValueCollection(
String[] values
);
Public Function ValueCollection( _
ByVal values() As String _
) As 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 |
---|---|
ArgumentNullException | The argument is null. |
Requirements
Product | ILM 2007 FP1 |
Namespace | Microsoft.MetadirectoryServices |
Assembly | Microsoft.MetadirectoryServices |
.NET Framework | .NET Framework 2.0 |
See Also
Send comments about this topic to Microsoft
Build date: 2/16/2009