RuleFiringRecord::LastFired Property

 

Gets the last time that the event was last fired.

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

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

Property Value

Type: System::DateTime

A DateTime object representing when the event was last fired.

.NET Framework
Available since 2.0
Return to top
Show: