Gets or sets the 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.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[DefaultValueAttribute("")]
public string ReminderSoundFile { get; set; }
Visual Basic
<DefaultValueAttribute("")> _
Public Property ReminderSoundFile As String
	Get
	Set

Remarks

The default sound is the system Exclamation sound.

See Also