ForestTrustDomainInfoCollection.Item[Int32] Eigenschap

Definitie

Hiermee haalt u een ForestTrustDomainInformation object op in deze verzameling.

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

De op nul gebaseerde index van het ForestTrustDomainInformation object dat moet worden opgehaald.

Waarde van eigenschap

Het ForestTrustDomainInformation object dat bestaat in de opgegeven index.

Van toepassing op

Zie ook