DsmlResponseDocument.Item[Int32] 屬性

定義

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 物件。

適用於