Share via


TimesheetDataSet.ActionsDataTable.TS_ACTION_LEVELColumn property

Defines the column for the TS_ACTION_LEVEL field.

Namespace:  WebSvcTimeSheet
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public ReadOnly Property TS_ACTION_LEVELColumn As DataColumn
    Get
'Usage
Dim instance As TimesheetDataSet.ActionsDataTable
Dim value As DataColumn

value = instance.TS_ACTION_LEVELColumn
public DataColumn TS_ACTION_LEVELColumn { get; }

Property value

Type: System.Data.DataColumn

See also

Reference

TimesheetDataSet.ActionsDataTable class

TimesheetDataSet.ActionsDataTable members

WebSvcTimeSheet namespace