ISchedulerTask.IncrementValue 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.
Retrieves or sets the number by which to increment the instance value for a parametric task.
public int IncrementValue { get; set; }
member this.IncrementValue : int with get, set
Public Property IncrementValue As Integer
Property Value
The increment value used to calculate the next instance value.