Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ValueCollection (Value) method creates a new ValueCollection object that contains the given Value value.
Syntax
public ValueCollection ValueCollection(
Value value
);
Public Function ValueCollection( _
ByVal value As Value _
) As ValueCollection
Parameters
- value
Contains a Value object to add to the new collection.
Return Value
Returns a new ValueCollection object that contains a copy of value.
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