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.

WebBaseEventCollection::Item Property (Int32)

 

Gets the WebBaseEvent object at the specified index.

Namespace:   System.Web.Management
Assembly:  System.Web (in System.Web.dll)

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

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.

The following code example shows how to use the Item property.

No code example is currently available or this language may not be supported.

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