TimesheetDataSet.CustomFields property
Contains a row for each custom field that is defined for timesheets.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property CustomFields As TimesheetDataSet.CustomFieldsDataTable
Get
'Usage
Dim instance As TimesheetDataSet
Dim value As TimesheetDataSet.CustomFieldsDataTable
value = instance.CustomFields
[BrowsableAttribute(false)]
public TimesheetDataSet.CustomFieldsDataTable CustomFields { get; }
Property value
Type: WebSvcTimeSheet.TimesheetDataSet.CustomFieldsDataTable
Remarks
The CustomFields table is composed of TimesheetDataSet.CustomFieldsRow rows.