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