AutoPauseDelayTimeRange Class

Definition

Supported auto pause delay time range

public class AutoPauseDelayTimeRange
type AutoPauseDelayTimeRange = class
Public Class AutoPauseDelayTimeRange
Inheritance
AutoPauseDelayTimeRange

Constructors

AutoPauseDelayTimeRange()

Initializes a new instance of the AutoPauseDelayTimeRange class.

AutoPauseDelayTimeRange(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String, Nullable<Int32>)

Initializes a new instance of the AutoPauseDelayTimeRange class.

Properties

DefaultProperty

Gets default value is no value is provided

DoNotPauseValue

Gets value that is used to not pause (infinite delay before pause)

MaxValue

Gets maximum value

MinValue

Gets minimum value

StepSize

Gets step value for discrete values between the minimum value and the maximum value.

Unit

Gets unit of time that delay is expressed in. Possible values include: 'Minutes'

Applies to