ProjectDataSet.ProjectResourceRow.RES_CAN_LEVEL Property
Specifies whether resource leveling can be performed on a resource.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
Syntax
'Declaration
Public Property RES_CAN_LEVEL As Boolean
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
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
Leveling resolves resource conflicts or overallocations by delaying or splitting certain tasks. When Project Server levels a resource, its selected assignments are distributed and rescheduled.
See Also
Reference
ProjectDataSet.ProjectResourceRow Class