SearchResultEntryCollection.Item[Int32] 속성

정의

속성에 Item[Int32] 지정된 개체 SearchResultEntry 가 포함됩니다 index.

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

매개 변수

index
Int32

개체의 인덱스 값입니다 SearchResultEntry .

속성 값

SearchResultEntry 지정된 index에 있는 개체입니다.

적용 대상