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

Namespace:  C1.C1Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
[DefaultValueAttribute(true)]
public bool ReminderPlaySound { get; set; }
Visual Basic
<DefaultValueAttribute(True)> _
Public Property ReminderPlaySound As Boolean
	Get
	Set

See Also