DraftAssignment.IsLockedByManager property

Gets or sets a value that indicates whether the assignment has been locked for changes by a manager.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property IsLockedByManager As Boolean
    Get
    Set
'Usage
Dim instance As DraftAssignment
Dim value As Boolean

value = instance.IsLockedByManager

instance.IsLockedByManager = value
[RemoteAttribute]
public bool IsLockedByManager { get; set; }

Property value

Type: System.Boolean
True if the assignment has been locked for changes by a manager; otherwise, False.

See also

Reference

DraftAssignment class

DraftAssignment members

Microsoft.ProjectServer.Client namespace