Язык

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 с указанным индексом.

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