ForestTrustDomainInfoCollection.IndexOf(ForestTrustDomainInformation) Method

Definition

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

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

Parameters

information
ForestTrustDomainInformation

The ForestTrustDomainInformation 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 ForestTrustDomainInformation object.

Exceptions

information is null.

Applies to

See also