ProjectTimesheetLinesDataSet.CustomFields Property
Gets the information about timesheet custom fields.
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 ProjectTimesheetLinesDataSet.CustomFieldsDataTable
Get
'Usage
Dim instance As ProjectTimesheetLinesDataSet
Dim value As ProjectTimesheetLinesDataSet.CustomFieldsDataTable
value = instance.CustomFields
[BrowsableAttribute(false)]
public ProjectTimesheetLinesDataSet.CustomFieldsDataTable CustomFields { get; }
Property Value
Type: [TimeSheet Web service].ProjectTimesheetLinesDataSet.CustomFieldsDataTable
See Also
Reference
ProjectTimesheetLinesDataSet Class