Share via


StatusingDataSet.TasksRow.TASK_OPTINDX property

Gets the position identifier of the task in the tasks list.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property TASK_OPTINDX As Decimal
    Get
    Set
'Usage
Dim instance As StatusingDataSet.TasksRow
Dim value As Decimal

value = instance.TASK_OPTINDX

instance.TASK_OPTINDX = value
public decimal TASK_OPTINDX { get; set; }

Property value

Type: System.Decimal

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.

See also

Reference

StatusingDataSet.TasksRow class

StatusingDataSet.TasksRow members

WebSvcStatusing namespace