ForestTrustDomainInfoCollection.Item[Int32] Property

Definition

Gets a ForestTrustDomainInformation object in this collection.

public:
 property System::DirectoryServices::ActiveDirectory::ForestTrustDomainInformation ^ default[int] { System::DirectoryServices::ActiveDirectory::ForestTrustDomainInformation ^ get(int index); };
public System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation this[int index] { get; }
member this.Item(int) : System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation
Default Public ReadOnly Property Item(index As Integer) As ForestTrustDomainInformation

Parameters

index
Int32

The zero-based index of the ForestTrustDomainInformation object to get.

Property Value

The ForestTrustDomainInformation object that exists at the specified index.

Applies to

See also