This documentation is archived and is not being maintained.
WebBaseEvent Properties
Visual Studio 2010
The WebBaseEvent type exposes the following members.
| Name | Description | |
|---|---|---|
|
ApplicationInformation | Gets a WebApplicationInformation object that contains information about the current application being monitored. |
|
EventCode | Gets the code value associated with the event. |
|
EventDetailCode | Gets the event detail code. |
|
EventID | Gets the identifier associated with the event. |
|
EventOccurrence | Gets a counter that represents the number of times the event has occurred. |
|
EventSequence | Gets the number of times the event has been raised by the application. |
|
EventSource | Gets the object that raises the event. |
|
EventTime | Gets the time when the event was raised. |
|
EventTimeUtc | Gets the time when the event was raised. |
|
Message | Gets the message that describes the event. |
Show: