TimesheetDataSet.ActionsRow.HeadersRow property
Retrieves the TimesheetDataSet.HeadersRow object to which this action applies.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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: WebSvcTimeSheet.TimesheetDataSet.HeadersRow
See also
Reference
TimesheetDataSet.ActionsRow class