ResourcePlanDataSet.PlanAssignmentCustomFieldsRow.DATE_VALUE Property
Specifies the display format that you want for the DUR_VALUE property, if the FIELD_TYPE_ENUM property is set to type DURATION.
Namespace: [ResourcePlan Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/ResourcePlan.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/ResourcePlan.asmx?wsdl
Syntax
'Declaration
Public Property DATE_VALUE As DateTime
Get
Set
'Usage
Dim instance As ResourcePlanDataSet.PlanAssignmentCustomFieldsRow
Dim value As DateTime
value = instance.DATE_VALUE
instance.DATE_VALUE = value
public DateTime DATE_VALUE { get; set; }
Property Value
Type: System.DateTime
Remarks
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.
See Also
Reference
ResourcePlanDataSet.PlanAssignmentCustomFieldsRow Class