Share via


TimesheetDataSet.CustomFields Property

Contains a row for each custom field that is defined for timesheets.

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
<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: [TimeSheet Web service].TimesheetDataSet.CustomFieldsDataTable

Remarks

The CustomFields table is composed of TimesheetDataSet.CustomFieldsRow rows.

See Also

Reference

TimesheetDataSet Class

TimesheetDataSet Members

TimeSheet Web Service