Share via


TimesheetDataSet.CustomFields Property

Contains a row for each custom field defined for timesheets.

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

See Also

Reference

TimesheetDataSet Class

TimesheetDataSet Members

WebSvcTimeSheet Namespace