TimesheetDataSet.Actions Property
Contains a record of TimesheetEnum.Action actions performed on this timesheet.
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 Actions As TimesheetDataSet.ActionsDataTable
Get
'Usage
Dim instance As TimesheetDataSet
Dim value As TimesheetDataSet.ActionsDataTable
value = instance.Actions
[BrowsableAttribute(false)]
public TimesheetDataSet.ActionsDataTable Actions { get; }
Property Value
Type: [TimeSheet Web service].TimesheetDataSet.ActionsDataTable
Remarks
The Actions table is composed of TimesheetDataSet.ActionsRow rows.