MonitoringAlert.RepeatCount Property

Updated: April 16, 2012

Gets the repeat count of this alert. Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As MonitoringAlert Dim value As Integer value = instance.RepeatCount <DataMemberAttribute(IsRequired:=True)> _ Public Property RepeatCount As Integer[DataMemberAttribute(IsRequired=true)] public int RepeatCount { get; }[DataMemberAttribute(IsRequired=true)] public: property int RepeatCount { int get (); }/** @property */ public int get_RepeatCount () public function get RepeatCount () : int Property ValueReturns the repeat count of this alert in Int32.

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


Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms