CalendarDataSet.CalendarsDataTable.CAL_CHECKOUTBYColumn Property
Defines the column for the CAL_CHECKOUTBY 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 CAL_CHECKOUTBYColumn As DataColumn
Get
'Usage
Dim instance As CalendarDataSet.CalendarsDataTable
Dim value As DataColumn
value = instance.CAL_CHECKOUTBYColumn
public DataColumn CAL_CHECKOUTBYColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
CalendarDataSet.CalendarsDataTable Class