DraftTask.Priority property

Gets or sets the task priority.

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

Syntax

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

value = instance.Priority

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

Property value

Type: System.Int32
The task priority.

Remarks

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

See also

Reference

DraftTask class

DraftTask members

Microsoft.ProjectServer.Client namespace