StatusingDataSet.TaskCustomFieldsRow.DUR_FMT Property
Specifies the desired display format for the DUR_VALUE property if the custom field is of type DURATION.
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 DUR_FMT As Byte
Get
Set
'Usage
Dim instance As StatusingDataSet.TaskCustomFieldsRow
Dim value As Byte
value = instance.DUR_FMT
instance.DUR_FMT = value
public byte DUR_FMT { get; set; }
Property Value
Type: System.Byte
Remarks
DUR_FMT must be specified if the DUR_FMT property is set to type DURATION. Otherwise, later use of this project in Microsoft Project Professional can result in unpredictable behavior, including possible data loss.
See Also
Reference
StatusingDataSet.TaskCustomFieldsRow Class