Поделиться через


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

Определение

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

public:
 property System::DirectoryServices::Protocols::SearchResultReference ^ default[int] { System::DirectoryServices::Protocols::SearchResultReference ^ get(int index); };
public System.DirectoryServices.Protocols.SearchResultReference this[int index] { get; }
member this.Item(int) : System.DirectoryServices.Protocols.SearchResultReference
Default Public ReadOnly Property Item(index As Integer) As SearchResultReference

Параметры

index
Int32

Значение индекса объекта SearchResultReference.

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

Объект SearchResultReference по указанному индексу index.

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