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