TimesheetDataSet.CustomFieldsDataTable.NewCustomFieldsRow Method
Namespace: WebSvcTimeSheet
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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