CalendarDataSet.CalendarsDataTable.CAL_CHECKOUTDATEColumn Property
Defines the column for the date and time that the calendar was checked out under version control.
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 CAL_CHECKOUTDATEColumn As DataColumn
Get
'Usage
Dim instance As CalendarDataSet.CalendarsDataTable
Dim value As DataColumn
value = instance.CAL_CHECKOUTDATEColumn
public DataColumn CAL_CHECKOUTDATEColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
CalendarDataSet.CalendarsDataTable Class