EnterpriseResource.CanLevel property

Gets or sets a value that indicates whether resource leveling can be performed on an enterprise resource.

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

Syntax

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

value = instance.CanLevel

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

Property value

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

See also

Reference

EnterpriseResource class

EnterpriseResource members

Microsoft.ProjectServer.Client namespace