SearchResultEntryCollection::Item Property (Int32)

 

The Item property contains the SearchResultEntry object at the specified index.

Namespace:   System.DirectoryServices.Protocols
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
Return to top
Show: