Share via


AdamInstanceCollection.Item[Int32] プロパティ

定義

このコレクション内の AdamInstance オブジェクトを取得します。

public:
 property System::DirectoryServices::ActiveDirectory::AdamInstance ^ default[int] { System::DirectoryServices::ActiveDirectory::AdamInstance ^ get(int index); };
public System.DirectoryServices.ActiveDirectory.AdamInstance this[int index] { get; }
member this.Item(int) : System.DirectoryServices.ActiveDirectory.AdamInstance
Default Public ReadOnly Property Item(index As Integer) As AdamInstance

パラメーター

index
Int32

取得する AdamInstance オブジェクトの 0 から始まるインデックス。

プロパティ値

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

例外

指定された index がコレクションの範囲外です。

適用対象

こちらもご覧ください