Sdílet prostřednictvím


ForestTrustDomainInfoCollection.Item[Int32] Vlastnost

Definice

ForestTrustDomainInformation Získá objekt v této kolekci.

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

Index objektu založeného na nule, který ForestTrustDomainInformation chcete získat.

Hodnota vlastnosti

Objekt ForestTrustDomainInformation , který existuje v zadaném indexu.

Platí pro

Viz také