Share via


TimesheetDataSet.Headers Property

Contains an entry for each timesheet in this dataset.

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 Headers As TimesheetDataSet.HeadersDataTable
    Get
'Usage
Dim instance As TimesheetDataSet
Dim value As TimesheetDataSet.HeadersDataTable

value = instance.Headers
[BrowsableAttribute(false)]
public TimesheetDataSet.HeadersDataTable Headers { get; }

Property Value

Type: [TimeSheet Web service].TimesheetDataSet.HeadersDataTable

Remarks

The Headers table is composed of TimesheetDataSet.HeadersRow rows.

See Also

Reference

TimesheetDataSet Class

TimesheetDataSet Members

TimeSheet Web Service