PocketPlanner Programmer's Guide

Reminder.PlaySound Property

See Also

Gets or sets a value indicating whether to play a sound when the reminder is triggered.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public bool PlaySound { get; set; }

Visual Basic

Public Property PlaySound As Boolean

 Property Value

true to play the sound file; otherwise, false.

 Remarks

The path to the sound file can be set in the SoundFileName property.

 See Also