TimesheetDataSet.ActionsRow.TS_ACTION_IS_HISTORY Property
Indicates whether this is the current action applied to this timesheet.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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