Assignment.IsUpdateNeeded property

Gets a value that indicates whether an assignment update should be sent to the resource.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property IsUpdateNeeded As Boolean
    Get
'Usage
Dim instance As Assignment
Dim value As Boolean

value = instance.IsUpdateNeeded
[RemoteAttribute]
public bool IsUpdateNeeded { get; }

Property value

Type: System.Boolean
True if the assignment needs an update; otherwise, False.

Remarks

When a scheduled task changes start date, finish date, or duration, Project Server sets IsUpdateNeeded to True if the scheduling change affects the assignment.

See also

Reference

Assignment class

Assignment members

Microsoft.ProjectServer.Client namespace