CalendarDataSet.CalendarExceptionsDataTable.Shift2FinishColumn Property
Defines the column for the Shift2Finish field.
Namespace: [Calendar Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Calendar.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Calendar.asmx?wsdl
Syntax
'Declaration
Public ReadOnly Property Shift2FinishColumn As DataColumn
Get
'Usage
Dim instance As CalendarDataSet.CalendarExceptionsDataTable
Dim value As DataColumn
value = instance.Shift2FinishColumn
public DataColumn Shift2FinishColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
CalendarDataSet.CalendarExceptionsDataTable Class