StatusingDataSet.TasksRow.TASK_HIERARCHY Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.