TimesheetDataSet.ActionsRow.TS_ACTION_IS_HISTORY-Eigenschaft
Gibt an, ob es sich um die aktuelle Aktion handelt, die auf diese Arbeitszeittabelle angewendet wird.
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; }
Eigenschaftswert
Typ: System.Boolean
Siehe auch
Referenz
TimesheetDataSet.ActionsRow Klasse