ResourceDataSet.ResourcesRow.RES_CAN_LEVEL property
Indicates whether resource leveling can be performed on a resource.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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
True if leveling can be performed; otherwise, False.
Remarks
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