ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow.GetCustomFieldsRows Method
Gets the timesheet custom fields information.
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 GetCustomFieldsRows As ProjectTimesheetLinesDataSet.CustomFieldsRow()
'Usage
Dim instance As ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow
Dim returnValue As ProjectTimesheetLinesDataSet.CustomFieldsRow()
returnValue = instance.GetCustomFieldsRows()
public ProjectTimesheetLinesDataSet.CustomFieldsRow[] GetCustomFieldsRows()
Return Value
Type: []
See Also
Reference
ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow Class
ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow Members