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

In This Topic
    Importance Property (Appointment)
    In This Topic
    Gets or sets the ImportanceEnum value indicating the relative importance level for the appointment. Default value is ImportanceEnum.Normal.
    Syntax
    'Declaration
     
    Public Property Importance As ImportanceEnum
    public ImportanceEnum Importance {get; set;}
    See Also