Share via


PublishedTask.Priority property

Gets the level of importance given to the task, which indicates how readily a task can be delayed or split during resource leveling.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property Priority As Integer
    Get
'Usage
Dim instance As PublishedTask
Dim value As Integer

value = instance.Priority
[RemoteAttribute]
public int Priority { get; }

Property value

Type: System.Int32
A number that represents the task priority.

Remarks

Valid values range from 0–1000 (the default value is 500). The Priority value is used to pick lower-priority tasks to modify during leveling.

See also

Reference

PublishedTask class

PublishedTask members

Microsoft.ProjectServer.Client namespace