Utils.ValueCollection Method
The ValueCollection (Int64) method creates a new ValueCollection object that contains the given Int64 value.
Syntax
public ValueCollection ValueCollection(
Int64 value
);
Public Function ValueCollection( _
ByVal value As Int64 _
) As ValueCollection
Parameters
- value
Contains an Int64 value that will be added to the new collection.
Return Value
Returns a new ValueCollection object that contains a copy of value.
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