Share via


ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_UPDATE_NEEDED Property

Gets or sets a Boolean value that specifies whether to send a Project Server update to the resource because of a change to the assignment. Read-only.

Namespace:  [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.asmx?wsdl

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

See Also

Reference

ResourceAssignmentDataSet.ResourceAssignmentRow Class

ResourceAssignmentDataSet.ResourceAssignmentRow Members

Resource Web Service