StatusingDataSet.TasksRow.TASK_PRIORITY Property
Specifies the level of importance given to the task, which indicates how readily the task or assignment can be delayed or split during resource leveling.
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_PRIORITY As Integer
Get
Set
'Usage
Dim instance As StatusingDataSet.TasksRow
Dim value As Integer
value = instance.TASK_PRIORITY
instance.TASK_PRIORITY = value
public int TASK_PRIORITY { get; set; }
Property Value
Type: System.Int32
Remarks
Priority levels range from 0 through 1000. The lowest priority is 0. The default priority is 500.
See Also
Reference
StatusingDataSet.TasksRow Class