SearchResultEntryCollection::Item Property (Int32)
.NET Framework (current version)
The Item property contains the SearchResultEntry object at the specified index.
Assembly: System.DirectoryServices.Protocols (in System.DirectoryServices.Protocols.dll)
public: property SearchResultEntry^ default[ int index ] { SearchResultEntry^ get(int index); }
Parameters
- index
-
Type:
System::Int32
The index value of the SearchResultEntry object.
Property Value
Type: System.DirectoryServices.Protocols::SearchResultEntry^The SearchResultEntry object at the specified index.
.NET Framework
Available since 2.0
Available since 2.0
Show: