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