Edit

Share via


StatusingDataSet.TasksRow.TASK_HIERARCHY Property

Definition

Specifies a string that contains the name of the ancestors of the task, starting from its parent, in left-to-right order.

public:
 property System::String ^ TASK_HIERARCHY { System::String ^ get(); void set(System::String ^ value); };
public string TASK_HIERARCHY { get; set; }
member this.TASK_HIERARCHY : string with get, set
Public Property TASK_HIERARCHY As String

Property Value

Remarks

The names are delimited by a carriage return symbol.

Applies to