StatusingDataSet.TasksRow.TASK_OPTINDX 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.
Gets the position identifier of the task in the tasks list.
public:
property System::Decimal TASK_OPTINDX { System::Decimal get(); void set(System::Decimal value); };
public decimal TASK_OPTINDX { get; set; }
member this.TASK_OPTINDX : decimal with get, set
Public Property TASK_OPTINDX As Decimal
Property Value
Remarks
It represents the default order in which tasks appear in the Project Pro Gantt view. It is a calculated field that cannot be set by the user.