Edit

Share via


ProjectDataSet.TaskCustomFieldsRow.DUR_VALUE Property

Definition

Specifies the custom field value if the FIELD_TYPE_ENUM property is set to type DURATION.

public:
 property int DUR_VALUE { int get(); void set(int value); };
public int DUR_VALUE { get; set; }
member this.DUR_VALUE : int with get, set
Public Property DUR_VALUE As Integer

Property Value

DUR_FMT must be specified 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.Duration is indicated in tenths of minutes. For example, a value of 100 indicates 10 minutes.

Applies to