CalendarDataSet.CalendarsRow.CAL_CHECKOUTBY Property
Specifies the unique identifier of the user that checked out the calendar under version control.
Namespace: WebSvcCalendar
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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
See Also
Reference
CalendarDataSet.CalendarsRow Class