WebBaseEvent Properties
.NET Framework (current version)
Namespace:
System.Web.Management
Assembly: System.Web (in System.Web.dll)
| 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:

