Share via


TimesheetDataSet.LinesRow.HeadersRow property

Returns the parent TimesheetListDataSet.TimesheetsRow object for this timesheet line item.

Namespace:  WebSvcTimeSheet
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property HeadersRow As TimesheetDataSet.HeadersRow
    Get
    Set
'Usage
Dim instance As TimesheetDataSet.LinesRow
Dim value As TimesheetDataSet.HeadersRow

value = instance.HeadersRow

instance.HeadersRow = value
public TimesheetDataSet.HeadersRow HeadersRow { get; set; }

Property value

Type: WebSvcTimeSheet.TimesheetDataSet.HeadersRow

See also

Reference

TimesheetDataSet.LinesRow class

TimesheetDataSet.LinesRow members

WebSvcTimeSheet namespace