Share via


ProjectDataSet.AssignmentRow.WASSN_LOCKDOWN_BY_MANAGER Property

Indicates that an assignment is locked and cannot be changed.

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

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

See Also

Reference

ProjectDataSet.AssignmentRow Class

ProjectDataSet.AssignmentRow Members

Statusing Web Service