Share via


TimesheetDataSet.ActionsRow.TS_ACTION_LEVEL property

Specifies the TimesheetEnum.Status type that results from this action.

Namespace:  WebSvcTimeSheet
Assembly:  ProjectServerServices (in ProjectServerServices.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

TimesheetDataSet.ActionsRow members

WebSvcTimeSheet namespace