ProjectDataSet.TaskCustomFieldsRow.DUR_VALUE Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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); };
C#
public int DUR_VALUE { get; set; }
member this.DUR_VALUE : int with get, set
Public Property DUR_VALUE As Integer
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.
產品 | 版本 |
---|---|
Project Server | Latest |