Share via


TimesheetDataSet.Actions Property

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

Namespace:  WebSvcTimeSheet
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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