Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / C1.Schedule Namespace / Appointment Class / InCollection Property

In This Topic
    InCollection Property
    In This Topic
    Returns the System.Boolean values specifying whether the current appointment has been added to the parent AppointmentCollection.
    Syntax
    'Declaration
     
    Public ReadOnly Property InCollection As System.Boolean
    public System.bool InCollection {get;}
    See Also