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 オブジェクトの 0 から始まるインデックス。

プロパティ値

指定されたインデックスにある ForestTrustDomainInformation オブジェクト。

適用対象

こちらもご覧ください