TimesheetListDataSet.TimesheetsDataTable.TS_TOTAL_ACT_NON_BILLABLE_VALUEColumn property
Defines the column for the TS_TOTAL_ACT_NON_BILLABLE_VALUE field.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property TS_TOTAL_ACT_NON_BILLABLE_VALUEColumn As DataColumn
Get
'Usage
Dim instance As TimesheetListDataSet.TimesheetsDataTable
Dim value As DataColumn
value = instance.TS_TOTAL_ACT_NON_BILLABLE_VALUEColumn
public DataColumn TS_TOTAL_ACT_NON_BILLABLE_VALUEColumn { get; }
Property value
Type: System.Data.DataColumn
A DataColumn object for the field.
See also
Reference
TimesheetListDataSet.TimesheetsDataTable class