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