ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / Appointment Class / ReminderSoundFile Property

In This Topic
    ReminderSoundFile Property
    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 System.String
    public System.string ReminderSoundFile {get; set;}
    Remarks
    The default sound is the system Exclamation sound.
    See Also