WebBaseEvent::EventTime Property

 

Gets the time when the event was raised.

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

public:
property DateTime EventTime {
	DateTime get();
}

Property Value

Type: System::DateTime

The time that the event was raised.

The following code example shows how to obtain the EventTime value.

System.Web.Management.WebBaseEvent#10

.NET Framework
Available since 2.0
Return to top
Show: