Share via


StatusingDataSet.TasksRow.TASK_START_TXT property

Gets or sets the free-form text that is associated with the task;s start.

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

Syntax

'Declaration
Public Property TASK_START_TXT As String
    Get
    Set
'Usage
Dim instance As StatusingDataSet.TasksRow
Dim value As String

value = instance.TASK_START_TXT

instance.TASK_START_TXT = value
public string TASK_START_TXT { get; set; }

Property value

Type: System.String

Remarks

The text cannot exceed 255 characters.

See also

Reference

StatusingDataSet.TasksRow class

StatusingDataSet.TasksRow members

WebSvcStatusing namespace