ForestTrustDomainInfoCollection.Item[Int32] Właściwość

Definicja

Pobiera obiekt ForestTrustDomainInformation w tej kolekcji.

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

Parametry

index
Int32

Od zera indeks obiektu ForestTrustDomainInformation do uzyskania.

Wartość właściwości

ForestTrustDomainInformation

Obiekt, ForestTrustDomainInformation który istnieje w określonym indeksie.

Dotyczy

Zobacz też