Share via


ResourceDataSet.ResourceCustomFieldsRow.DUR_FMT Property

The display format that you want for the DUR_VALUE property if the FIELD_TYPE_ENUM property is set to type DURATION.

Namespace:  [Workflow Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Workflow.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Workflow.asmx?wsdl

Syntax

'Declaration
Public Property DUR_FMT As Byte
    Get
    Set
'Usage
Dim instance As ResourceDataSet.ResourceCustomFieldsRow
Dim value As Byte

value = instance.DUR_FMT

instance.DUR_FMT = value
public byte DUR_FMT { get; set; }

Property Value

Type: System.Byte

See Also

Reference

ResourceDataSet.ResourceCustomFieldsRow Class

ResourceDataSet.ResourceCustomFieldsRow Members

Workflow Web Service