ResourcePlanDataSet.PlanResourcesRow.RES_CAN_LEVEL Property
Namespace: WebSvcResourcePlan
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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
See Also
Reference
ResourcePlanDataSet.PlanResourcesRow Class