ResourceDataSet.ResourceCustomFieldsDataTable.DUR_VALUEColumn Property
Defines the column for the DUR_VALUE 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 DUR_VALUEColumn As DataColumn
Get
'Usage
Dim instance As ResourceDataSet.ResourceCustomFieldsDataTable
Dim value As DataColumn
value = instance.DUR_VALUEColumn
public DataColumn DUR_VALUEColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
ResourceDataSet.ResourceCustomFieldsDataTable Class