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

In This Topic
    ReminderPlaySound Property
    In This Topic
    Gets or sets the System.Boolean value indicating if the reminder should play a sound when it occurs for this appointment or task. The ReminderPlaySound property must be set in order to validate the ReminderSoundFile property. This property is only valid if the ReminderOverrideDefault property is set to true.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property ReminderPlaySound As Boolean
    [DefaultValue(true)]
    public bool ReminderPlaySound {get; set;}
    See Also