Share via


ForestTrustDomainInfoCollection.Item[Int32] 屬性

定義

取得這個集合中的 ForestTrustDomainInformation 物件。

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

參數

index
Int32

要取得之 ForestTrustDomainInformation 物件以零為起始的索引。

屬性值

ForestTrustDomainInformation 物件,位在指定的索引。

適用於

另請參閱