StatusingDataSet.TasksRow.TASK_HIERARCHY property
Specifies a string that contains the name of the ancestors of the task, starting from its parent, in left-to-right order.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TASK_HIERARCHY As String
Get
Set
'Usage
Dim instance As StatusingDataSet.TasksRow
Dim value As String
value = instance.TASK_HIERARCHY
instance.TASK_HIERARCHY = value
public string TASK_HIERARCHY { get; set; }
Property value
Type: System.String
Remarks
The names are delimited by a carriage return symbol.
See also
Reference
StatusingDataSet.TasksRow class