Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / Appointment Class / Sensitivity Property

In This Topic
    Sensitivity Property (Appointment)
    In This Topic
    Gets or sets the SensitivityEnum value indicating the sensitivity level of the appointment.
    Syntax
    'Declaration
     
    
    Public Property Sensitivity As SensitivityEnum
    public SensitivityEnum Sensitivity {get; set;}
    See Also