Поделиться через


ResourcePlanDataSet.PlanResourcesRow.RES_CAN_LEVEL Property

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

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

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

ResourcePlanDataSet.PlanResourcesRow Members

ResourcePlan Web Service