ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow.GetCustomFieldsRows method
Gets the timesheet custom fields information.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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