ProjectDataSet.AssignmentRow.WASSN_LOCKDOWN_BY_MANAGER property
Indicates that an assignment is locked and cannot be changed.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WASSN_LOCKDOWN_BY_MANAGER As Boolean
Get
Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Boolean
value = instance.WASSN_LOCKDOWN_BY_MANAGER
instance.WASSN_LOCKDOWN_BY_MANAGER = value
public bool WASSN_LOCKDOWN_BY_MANAGER { get; set; }
Property value
Type: System.Boolean
Remarks
When assignments are locked, their states are considered closed within the project; timesheet actuals for locked assignments cannot be changed. The purpose of the change is to enable developers to build applications by using the PDS that can lock assignments and exclude them from reports. For example, project and task data exported to a third-party financial application can exclude closed tasks and projects, to reduce the possibility that data can get out of synchronization between Project Server and the external system.
The developer should design the PDS application to lock a summary task only if all sub-tasks are locked. The application should not lock an assignment that is pending approval.
See also
Reference
ProjectDataSet.AssignmentRow class