WebBaseEventCollection::IndexOf Method (WebBaseEvent^)
.NET Framework (current version)
Gets the index of the specified WebBaseEvent object.
Assembly: System.Web (in System.Web.dll)
Parameters
- value
-
Type:
System.Web.Management::WebBaseEvent^
The WebBaseEvent object for which to obtain the index.
Return Value
Type: System::Int32The index of the specified WebBaseEvent object within the collection.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The object is not in the collection. |
.NET Framework
Available since 2.0
Available since 2.0
Show: