AlertNotChangedSubscriptionConfiguration.IdleMinutes Property

Updated: April 16, 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)Dim instance As AlertNotChangedSubscriptionConfiguration Dim value As Nullable(Of Integer) value = instance.IdleMinutes instance.IdleMinutes = valuePublic Property IdleMinutes As Nullable(Of Integer)public Nullable<int> IdleMinutes { get; set; }public: property Nullable<int> IdleMinutes { Nullable<int> get (); void set (Nullable<int> value); }/** @property */ public Nullable<int> get_IdleMinutes () /** @property */ public void set_IdleMinutes (Nullable<int> value) public function get IdleMinutes () : Nullable<int> public function set IdleMinutes (value : Nullable<int>) Property ValueReturns a Int32 value that is the interval of time, in minutes, that alerts do not change..
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