DsmlResponseDocument.Item[Int32] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Item[Int32] プロパティには、指定したインデックス位置にあるDirectoryResponse オブジェクトが含まれています。
public:
property System::DirectoryServices::Protocols::DirectoryResponse ^ default[int] { System::DirectoryServices::Protocols::DirectoryResponse ^ get(int index); };
public System.DirectoryServices.Protocols.DirectoryResponse this[int index] { get; }
member this.Item(int) : System.DirectoryServices.Protocols.DirectoryResponse
Default Public ReadOnly Property Item(index As Integer) As DirectoryResponse
パラメーター
- index
- Int32
DirectoryResponse オブジェクトが見つかった位置の 0 から始まるインデックス値。
プロパティ値
指定したインデックス位置にある DirectoryResponse オブジェクト。