ResourceAssignmentDataSet.ResourceAssignmentCustomFieldsRow.DUR_VALUE property
Specifies the value of the custom field if the FIELD_TYPE_ENUM property is set to type DURATION.
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property DUR_VALUE As Integer
Get
Set
'Usage
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentCustomFieldsRow
Dim value As Integer
value = instance.DUR_VALUE
instance.DUR_VALUE = value
public int DUR_VALUE { get; set; }
Property value
Type: System.Int32
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 loss of data.
Duration is indicated in tenths of a minute. A value of 100 indicates 10 minutes.
See also
Reference
ResourceAssignmentDataSet.ResourceAssignmentCustomFieldsRow class
ResourceAssignmentDataSet.ResourceAssignmentCustomFieldsRow members