CalendarDataSet.CalendarsDataTable.CAL_CHECKOUTDATEColumn property
Defines the column for the date and time that the calendar was checked out under version control.
Namespace: WebSvcCalendar
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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