Share via


PlanAssignment.CanLevel property

Gets a value that indicates whether resource leveling can be performed on a plan assignment resource.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property CanLevel As Boolean
    Get
'Usage
Dim instance As PlanAssignment
Dim value As Boolean

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

Property value

Type: System.Boolean
True if leveling can be performed; otherwise, False.

See also

Reference

PlanAssignment class

PlanAssignment members

Microsoft.ProjectServer.Client namespace