ProjectDataSet.TaskRow.TASK_DUR_TXT Property
Contains the free-form text that is associated with the manually scheduled task duration.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.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
The text cannot exceed 255 characters.