AlertNotChangedSubscriptionConfiguration.IdleMinutes Property

 

Applies To: Operations Manager for System Center 2012

Gets or sets the interval of time, in minutes, that alerts do not change.

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

Syntax

public Nullable<int> IdleMinutes { get; set; }
public:
property Nullable<int> IdleMinutes {
    Nullable<int> get();
    void set(Nullable<int> value);
}
member IdleMinutes : Nullable<int> with get, set
Public Property IdleMinutes As Nullable(Of Integer)

Property Value

Type: System.Nullable<Int32>

Returns a Int32 value that is the interval of time, in minutes, that alerts do not change..

See Also

AlertNotChangedSubscriptionConfiguration Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top