StatusingDataSet.TasksRow.TASK_ACT_DUR 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.
Specifies the actual duration of the task.
public:
property int TASK_ACT_DUR { int get(); void set(int value); };
public int TASK_ACT_DUR { get; set; }
member this.TASK_ACT_DUR : int with get, set
Public Property TASK_ACT_DUR As Integer