StatusingDataSet.TasksRow.TASK_DUR_FMT property
Indicates the desired date-and-time display format of the duration value, and whether the duration is considered an estimate rather than an actual value.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TASK_DUR_FMT As Short
Get
Set
'Usage
Dim instance As StatusingDataSet.TasksRow
Dim value As Short
value = instance.TASK_DUR_FMT
instance.TASK_DUR_FMT = value
public short TASK_DUR_FMT { get; set; }
Property value
Type: System.Int16
See also
Reference
StatusingDataSet.TasksRow class