WebBaseEventCollection::Item Property (Int32)
.NET Framework (current version)
Gets the WebBaseEvent object at the specified index.
Assembly: System.Web (in System.Web.dll)
Parameters
- index
-
Type:
System::Int32
The collection index of the WebBaseEvent object you want to retrieve.
Property Value
Type: System.Web.Management::WebBaseEvent^The WebBaseEvent object at the specified index.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The specified index is outside the range of the collection. |
.NET Framework
Available since 2.0
Available since 2.0
Show: