Share via


ProjectDataSet.TaskRow.TASK_DUR_TXT property

Contains the free-form text that is associated with the manually scheduled task duration.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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.

See also

Reference

ProjectDataSet.TaskRow class

ProjectDataSet.TaskRow members

WebSvcStatusing namespace