PartialResultsCollection::Item Property (Int32)
.NET Framework (current version)
The Item property contains the Object at the specified index.
Assembly: System.DirectoryServices.Protocols (in System.DirectoryServices.Protocols.dll)
Parameters
- index
-
Type:
System::Int32
The index value of the Object.
| 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
Available since 2.0
Show: