DsmlRequestDocument.IList.IndexOf(Object) Method

Definition

Returns the zero-based index of the first occurrence of the specified DirectoryRequest object in the DsmlRequestDocument collection.

 virtual int System.Collections.IList.IndexOf(System::Object ^ value) = System::Collections::IList::IndexOf;
int IList.IndexOf (object value);
abstract member System.Collections.IList.IndexOf : obj -> int
override this.System.Collections.IList.IndexOf : obj -> int
Function IndexOf (value As Object) As Integer Implements IList.IndexOf

Parameters

value
Object

The DirectoryRequest object for which the index is returned.

Returns

The index value of the specified DirectoryRequest object, if found; otherwise, -1.

Implements

Exceptions

value is null reference (Nothing in Visual Basic).

Applies to