Share via


StatusingDataSet.TasksRow.TASK_OPTINDX Property

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

Namespace:  [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl

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

Statusing Web Service