CalendarDataSet.CalendarsRow.CAL_CHECKOUTBY Property
Retrieves the unique identifier of the user who checked out the calendar 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 Property CAL_CHECKOUTBY As Guid
Get
Set
'Usage
Dim instance As CalendarDataSet.CalendarsRow
Dim value As Guid
value = instance.CAL_CHECKOUTBY
instance.CAL_CHECKOUTBY = value
public Guid CAL_CHECKOUTBY { get; set; }
Property Value
Type: System.Guid
Returns String.
See Also
Reference
CalendarDataSet.CalendarsRow Class