Bearbeiten

TopLevelNameCollection.IndexOf(TopLevelName) Method

Definition

Returns the index of the first occurrence of the specified TopLevelName object in this collection.

public:
 int IndexOf(System::DirectoryServices::ActiveDirectory::TopLevelName ^ name);
public int IndexOf (System.DirectoryServices.ActiveDirectory.TopLevelName name);
member this.IndexOf : System.DirectoryServices.ActiveDirectory.TopLevelName -> int
Public Function IndexOf (name As TopLevelName) As Integer

Parameters

name
TopLevelName

The TopLevelName object to search for in this collection.

Returns

The zero-based index of the first matching object. Returns -1 if no member of this collection is identical to the TopLevelName object.

Exceptions

A call to the underlying directory service resulted in an error.

name is null.

Applies to

See also