ProjectDataSet.TaskRow.TASK_DUR_TXT Property
Gets or sets a text representation of the task duration, for manually scheduled tasks.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
Syntax
'Declaration
Public Property TASK_DUR_TXT As String
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As String
value = instance.TASK_DUR_TXT
instance.TASK_DUR_TXT = value
public string TASK_DUR_TXT { get; set; }
Property Value
Type: System.String
Remarks
When you set the TASK_DUR_TXT property, Project Server also sets the TASK_DUR property so the value is correct if you change a manually scheduled task to auto-scheduled. The TASK_DUR_TXT value cannot exceed 255 characters.