ResourceDataSet.ResourcesRow.RES_CAN_LEVEL Property

Gets or sets the value that specifies whether resource leveling can be performed for a resource.

Namespace:  [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.asmx?wsdl

Syntax

'Declaration
Public Property RES_CAN_LEVEL As Boolean
    Get
    Set
'Usage
Dim instance As ResourceDataSet.ResourcesRow
Dim value As Boolean

value = instance.RES_CAN_LEVEL

instance.RES_CAN_LEVEL = value
public bool RES_CAN_LEVEL { get; set; }

Property Value

Type: System.Boolean

Remarks

The default value is false. Leveling resolves resource conflicts or over-allocations by delaying or splitting certain tasks. When Project levels a resource, its selected assignments are distributed and rescheduled.

See Also

Reference

ResourceDataSet.ResourcesRow Class

ResourceDataSet.ResourcesRow Members

Resource Web Service