ForestTrustDomainInfoCollection.IndexOf(ForestTrustDomainInformation) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.