TimesheetDataSet.ActionsDataTable.TS_ACTION_ENUMColumn Property
Namespace: WebSvcTimeSheet
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public ReadOnly Property TS_ACTION_ENUMColumn As DataColumn
Get
'Usage
Dim instance As TimesheetDataSet.ActionsDataTable
Dim value As DataColumn
value = instance.TS_ACTION_ENUMColumn
public DataColumn TS_ACTION_ENUMColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
TimesheetDataSet.ActionsDataTable Class