ValueCollection.Remove Method

The Remove (Int64) method removes the element that matches an integer value from the ValueCollection.

Syntax

public void Remove(
  Int64 value
);
Public Sub Remove( _
  ByVal value As Int64 _
)

Parameters

  • value
    Contains an Int64 value that matches the value of the element to remove.

Return Value

This method does not return a value.

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

ValueCollection

Send comments about this topic to Microsoft

Build date: 2/16/2009