Share via


MonitoringAlert.RepeatCount Property

Definition

The repeat count of the alert.

public:
 property int RepeatCount { int get(); };
[System.Runtime.Serialization.DataMember(IsRequired=true)]
public int RepeatCount { get; }
member this.RepeatCount : int
Public ReadOnly Property RepeatCount As Integer

Property Value

Returns the repeat count of this alert in Int32.

Attributes

Remarks

This value is the number of times that the alert has been fired.

Applies to