Share via


TimesheetDataSet.ActionsRow.TS_ACTION_IS_HISTORY property

Indicates whether this is the current action that is applied to this timesheet.

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

Syntax

'Declaration
Public Property TS_ACTION_IS_HISTORY As Boolean
    Get
    Set
'Usage
Dim instance As TimesheetDataSet.ActionsRow
Dim value As Boolean

value = instance.TS_ACTION_IS_HISTORY

instance.TS_ACTION_IS_HISTORY = value
public bool TS_ACTION_IS_HISTORY { get; set; }

Property value

Type: System.Boolean

See also

Reference

TimesheetDataSet.ActionsRow class

TimesheetDataSet.ActionsRow members

WebSvcTimeSheet namespace