ResourcePlanDataSet.PlanResourcesRow.RES_CAN_LEVEL property
Gets or sets the value that indicates whether resource leveling can be performed for a resource.
Namespace: WebSvcResourcePlan
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RES_CAN_LEVEL As Boolean
Get
Set
'Usage
Dim instance As ResourcePlanDataSet.PlanResourcesRow
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 resource leveling can be performed; otherwise, False.
See also
Reference
ResourcePlanDataSet.PlanResourcesRow class