Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

PartialResultsCollection::Item Property (Int32)

 

The Item property contains the Object at the specified index.

Namespace:   System.DirectoryServices.Protocols
Assembly:  System.DirectoryServices.Protocols (in System.DirectoryServices.Protocols.dll)

public:
property Object^ default[
	int index
] {
	Object^ get(int index);
}

Parameters

index
Type: System::Int32

The index value of the Object.

Property Value

Type: System::Object^

The Object at the specified index.

Exception Condition
ArgumentOutOfRangeException

index is less than zero or index is equal to or greater than the number of items in the collection.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft