ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_UPDATE_NEEDED Property

Indicates whether to send a Microsoft Office Project Server update to the resource because of a change to the assignment.

Namespace:  WebSvcResource
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Property ASSN_UPDATE_NEEDED As Boolean
    Get
    Set
'Usage
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentRow
Dim value As Boolean

value = instance.ASSN_UPDATE_NEEDED

instance.ASSN_UPDATE_NEEDED = value
public bool ASSN_UPDATE_NEEDED { get; set; }

Property Value

Type: System.Boolean

Remarks

Read-only.

See Also

Reference

ResourceAssignmentDataSet.ResourceAssignmentRow Class

ResourceAssignmentDataSet.ResourceAssignmentRow Members

WebSvcResource Namespace