Share via


StatusingDataSet.AssignmentsRow.WASSN_LOCKDOWN_BY_MANAGER property

A web administration field that indicates whether the assignment is locked down by the manager against editing.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property WASSN_LOCKDOWN_BY_MANAGER As Boolean
    Get
    Set
'Usage
Dim instance As StatusingDataSet.AssignmentsRow
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

StatusingDataSet.AssignmentsRow class

StatusingDataSet.AssignmentsRow members

WebSvcStatusing namespace