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, расположенный по указанному индексу.

Применяется к