ResourceDataSet.ResourceCustomFieldsRow.DUR_FMT property

Gets or sets the display format you want for the DUR_VALUE property if the FIELD_TYPE_ENUM property is set to type DURATION.

Namespace:  WebSvcResource
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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

Remarks

You must specify the DUR_FMT property 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 data loss.

For more information, see the TASK_DUR_FMT property.

See also

Reference

ResourceDataSet.ResourceCustomFieldsRow class

ResourceDataSet.ResourceCustomFieldsRow members

WebSvcResource namespace