TimesheetDataSet.ActionsRow.TS_ACTION_IS_HISTORY Property
Indicates whether this is the current action that is applied to 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
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