Microsoft Identity Integration Server 2003 Developer Reference

ValueCollection.Remove (Int64)

The Remove (Int64) method removes the element that matches an integer value from the ValueCollection.
[C#]
public void Remove(
  Int64 val
);
[Visual Basic .NET]
Public Sub Remove( _
  ByVal val As Int64 _
)

Parameters

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

Return Values

This method has no return values.

Exceptions

Exception type Condition
InvalidOperationException The value of the val parameter cannot be converted to the data type of the collection.

Requirements

Product: Microsoft Identity Integration Server 2003
Namespace: Defined in Microsoft.MetadirectoryServices.
Assembly: Requires Microsoft.MetadirectoryServices (in Microsoft.MetadirectoryServices.dll).
.NET Framework: Requires .NET Framework 1.1.

See Also

ValueCollection