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