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 Contains (Int64) method determines if the ValueCollection contains an element that matches an integer value.
Syntax
public Boolean Contains(
Int64 value
);
Public Function Contains( _
ByVal value As Int64 _
) As Boolean
Parameters
- value
Contains an Int64 value to search for in the ValueCollection.
Return Value
Returns True if the ValueCollection object contains an element that matches val or False if it does not.
Exceptions
| Exception type | Condition |
|---|---|
| InvalidOperationException | The value of the val parameter cannot be converted to the data type of the collection. |
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