TimesheetDataSet.ActionsRow.HeadersRow Property
Retrieves the TimesheetDataSet.HeadersRow object to which this action applies.
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
Public Property HeadersRow As TimesheetDataSet.HeadersRow
Get
Set
'Usage
Dim instance As TimesheetDataSet.ActionsRow
Dim value As TimesheetDataSet.HeadersRow
value = instance.HeadersRow
instance.HeadersRow = value
public TimesheetDataSet.HeadersRow HeadersRow { get; set; }
Property Value
Type: [TimeSheet Web service].TimesheetDataSet.HeadersRow
See Also
Reference
TimesheetDataSet.ActionsRow Class