Share via


TimesheetDataSet.Actions property

Contains a record of TimesheetEnum.Action actions performed on this timesheet.

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

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: WebSvcTimeSheet.TimesheetDataSet.ActionsDataTable

Remarks

The Actions table is composed of TimesheetDataSet.ActionsRow rows.

See also

Reference

TimesheetDataSet class

TimesheetDataSet members

WebSvcTimeSheet namespace