Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / Appointment Class / Importance Property

In This Topic
    Importance Property
    In This Topic
    Gets or sets the ImportanceEnum value indicating the relative importance level for the appointment. Default value is ImportanceEnum.Normal.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property Importance As ImportanceEnum
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public ImportanceEnum Importance {get; set;}
    See Also