TimesheetDataSet.ActionsRow.TS_ACTION_LEVEL Property
Specifies the TimesheetEnum.Status type resulting from this action.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property TS_ACTION_LEVEL As Integer
Get
Set
'Usage
Dim instance As TimesheetDataSet.ActionsRow
Dim value As Integer
value = instance.TS_ACTION_LEVEL
instance.TS_ACTION_LEVEL = value
public int TS_ACTION_LEVEL { get; set; }
Property Value
Type: System.Int32
See Also
Reference
TimesheetDataSet.ActionsRow Class