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

In This Topic
    Sensitivity Property
    In This Topic
    Gets or sets the SensitivityEnum value indicating the sensitivity level of the appointment.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property Sensitivity As SensitivityEnum
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public SensitivityEnum Sensitivity {get; set;}
    See Also