Share via


ResourceAssignmentDataSet.ResourceAssignmentCustomFieldsRow.DUR_FMT Property

Specifies the display format for the DUR_VALUE property if the FIELD_TYPE_ENUM property is set to type DURATION.

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

Syntax

'Declaration
Public Property DUR_FMT As Byte
    Get
    Set
'Usage
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentCustomFieldsRow
Dim value As Byte

value = instance.DUR_FMT

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

Property Value

Type: System.Byte

Remarks

You must specify DUR_FMT if the FIELD_TYPE_ENUM property is set to type DURATION. Otherwise, later use of this project in Project Professional can result in unpredictable behavior, including possible loss of data.

For more information, see the TASK_DUR_FMT property.

See Also

Reference

ResourceAssignmentDataSet.ResourceAssignmentCustomFieldsRow Class

ResourceAssignmentDataSet.ResourceAssignmentCustomFieldsRow Members

Resource Web Service