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 物件。
屬性值
位於指定索引處的 DirectoryResponse 物件。