ProjectTimesheetLinesDataSet.CustomFieldsDataTable.NewCustomFieldsRow Method
Creates a row object in the CustomFieldsDataTable.
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 Function NewCustomFieldsRow As ProjectTimesheetLinesDataSet.CustomFieldsRow
'Usage
Dim instance As ProjectTimesheetLinesDataSet.CustomFieldsDataTable
Dim returnValue As ProjectTimesheetLinesDataSet.CustomFieldsRow
returnValue = instance.NewCustomFieldsRow()
public ProjectTimesheetLinesDataSet.CustomFieldsRow NewCustomFieldsRow()
Return Value
Type: [TimeSheet Web service].ProjectTimesheetLinesDataSet.CustomFieldsRow
See Also
Reference
ProjectTimesheetLinesDataSet.CustomFieldsDataTable Class