RuleFiringRecord.TimesRaised Property

Definition

Gets the total number of times that the event has been raised.

public:
 property int TimesRaised { int get(); };
public int TimesRaised { get; }
member this.TimesRaised : int
Public ReadOnly Property TimesRaised As Integer

Property Value

The total number of times the event has been raised.

Applies to