Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether to send a Project Server update to the resource because of a change to the assignment.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property ASSN_UPDATE_NEEDED As Boolean
Get
Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
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
ProjectDataSet.AssignmentRow class