Duration Property (BaseTask)
In This Topic
Gets or sets the task duration. Duration units are specified by the
BaseTask.DurationUnits property.
Syntax
'Declaration
Public MustOverride Property Duration As Double
public abstract double Duration {get; set;}
See Also