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

In This Topic
    ReminderSoundFile Property (Appointment)
    In This Topic
    Gets or sets the System.String value indicating the path and file name of the sound file to play when the reminder occurs for the appointment. This property is only valid if the ReminderOverrideDefault and ReminderPlaySound properties are set to true.
    Syntax
    'Declaration
     
    
    Public Property ReminderSoundFile As String
    public string ReminderSoundFile {get; set;}
    Remarks
    The default sound is the system Exclamation sound.
    See Also