Condividi tramite


TimesheetDataSet.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 TimesheetDataSet.CustomFieldsRow
'Usage
Dim instance As TimesheetDataSet.CustomFieldsDataTable
Dim returnValue As TimesheetDataSet.CustomFieldsRow

returnValue = instance.NewCustomFieldsRow()
public TimesheetDataSet.CustomFieldsRow NewCustomFieldsRow()

Return Value

Type: [TimeSheet Web service].TimesheetDataSet.CustomFieldsRow

See Also

Reference

TimesheetDataSet.CustomFieldsDataTable Class

TimesheetDataSet.CustomFieldsDataTable Members

TimeSheet Web Service