次の方法で共有


MonitoringAlert.RepeatCount Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the repeat count of this alert.

Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Usage

'Usage
Dim instance As MonitoringAlert
Dim value As Integer

value = instance.RepeatCount

Syntax

'Declaration
<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 Value

Returns the repeat count of this alert in Int32.

Remarks

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

Thread Safety

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

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

MonitoringAlert Class
MonitoringAlert Members
Microsoft.EnterpriseManagement.Monitoring Namespace