ISchedulerTask.IsParametric 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.
Caution
Please use the 'Type' property instead
Determines whether the task is a parametric task.
[System.Obsolete("Please use the 'Type' property instead")]
public bool IsParametric { get; set; }
member this.IsParametric : bool with get, set
Public Property IsParametric As Boolean
Property Value
Is true if the task is a parametric task; otherwise, false.
- Attributes