CalendarDataSet.CalendarsRow.CAL_CHECKOUTBY property
Retrieves the unique identifier of the user who checked out the calendar under version control.
Namespace: WebSvcCalendar
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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