ProjectTimesheetLinesDataSet.CustomFields property
Gets the information about timesheet custom fields.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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: WebSvcTimeSheet.ProjectTimesheetLinesDataSet.CustomFieldsDataTable
See also
Reference
ProjectTimesheetLinesDataSet class