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