Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / Appointment Class / Saved Property

In This Topic
    Saved Property (Appointment)
    In This Topic
    Gets the System.Boolean value indicating if the appointment has not been modified since the last save.
    Syntax
    'Declaration
     
    Public ReadOnly Property Saved As System.Boolean
    public System.bool Saved {get;}
    See Also