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: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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