WebBaseEvent::EventOccurrence Property

 

Gets a counter that represents the number of times the event has occurred.

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

public:
property long long EventOccurrence {
	long long get();
}

Property Value

Type: System::Int64

A counter that represents the number of times the event has occurred.

This property is read-only and is incremented as a result of calls to an internal method.

.NET Framework
Available since 2.0
Return to top
Show: