Язык

DsmlRequestDocument.Item[Int32] Свойство

Определение

Свойство Item[Int32] содержит DirectoryRequest объект по указанному индексу.

public:
 property System::DirectoryServices::Protocols::DirectoryRequest ^ default[int] { System::DirectoryServices::Protocols::DirectoryRequest ^ get(int index); void set(int index, System::DirectoryServices::Protocols::DirectoryRequest ^ value); };
public System.DirectoryServices.Protocols.DirectoryRequest this[int index] { get; set; }
member this.Item(int) : System.DirectoryServices.Protocols.DirectoryRequest with get, set
Default Public Property Item(index As Integer) As DirectoryRequest

Параметры

index
Int32

Отсчитываемое от нуля значение индекса, по которому DirectoryRequest найден объект.

Значение свойства

Объект DirectoryRequest с указанным индексом.

Исключения

index имеет значение NULL-ссылки (Nothing в Visual Basic).

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