StatusingDataSet.TasksRow.TASK_DUR_TXT property
Gets or sets a text representation of the task duration, for manually scheduled tasks.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TASK_DUR_TXT As String
Get
Set
'Usage
Dim instance As StatusingDataSet.TasksRow
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
See also
Reference
StatusingDataSet.TasksRow class