AlertNotChangedSubscriptionConfiguration.IdleMinutes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns a Int32 value that is the interval of time, in minutes, that alerts do not change..