ISchedulerTask.IsParametric Property

Definition

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

Applies to