AlertNotChangedSubscriptionConfiguration.IdleMinutes Property

Definition

The interval for alerts not changing that meet the remainder of the configuration.

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

Property Value

Nullable<Int32>

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

Applies to