Share via


PublishedProjectResource.CanLevel property

Gets a value that indicates whether resource leveling can be performed on the 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 PublishedProjectResource
Dim value As Boolean

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

Property value

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

See also

Reference

PublishedProjectResource class

PublishedProjectResource members

Microsoft.ProjectServer.Client namespace