ResourceDataSet.ResourcesDataTable.RES_COST_CENTERColumn Property
Defines the column for the RES_COST_CENTER field.
Namespace: [Workflow Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Workflow.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Workflow.asmx?wsdl
Syntax
'Declaration
Public ReadOnly Property RES_COST_CENTERColumn As DataColumn
Get
'Usage
Dim instance As ResourceDataSet.ResourcesDataTable
Dim value As DataColumn
value = instance.RES_COST_CENTERColumn
public DataColumn RES_COST_CENTERColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
ResourceDataSet.ResourcesDataTable Class