ProjectDataSet.AssignmentRow.WASSN_LOCKDOWN_BY_MANAGER Property

Indicates that an assignment is locked and cannot be changed.

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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 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 if and only if all sub-tasks are locked. The application should not lock an assignment that is pending approval.

See Also

Reference

ProjectDataSet.AssignmentRow Class

ProjectDataSet.AssignmentRow Members

WebSvcProject Namespace