ResourcePlanDataSet.PlanResourcesDataTable.RES_CAN_LEVELColumn Property
Defines the column for the RES_CAN_LEVEL field.
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 ReadOnly Property RES_CAN_LEVELColumn As DataColumn
Get
'Usage
Dim instance As ResourcePlanDataSet.PlanResourcesDataTable
Dim value As DataColumn
value = instance.RES_CAN_LEVELColumn
public DataColumn RES_CAN_LEVELColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
ResourcePlanDataSet.PlanResourcesDataTable Class