Share via


PublishedAssignment.IsLockedByManager property

Gets 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 ReadOnly Property IsLockedByManager As Boolean
    Get
'Usage
Dim instance As PublishedAssignment
Dim value As Boolean

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

Property value

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

See also

Reference

PublishedAssignment class

PublishedAssignment members

Microsoft.ProjectServer.Client namespace