TimesheetDataSet.CustomFieldsDataTable.NewCustomFieldsRow method
Creates a row object in the CustomFieldsDataTable.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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: WebSvcTimeSheet.TimesheetDataSet.CustomFieldsRow
See also
Reference
TimesheetDataSet.CustomFieldsDataTable class