PocketPlanner Programmer's Guide

Reminder.SoundFileName Property

See Also

Gets or sets the name of a sound file to play with this reminder.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public string SoundFileName { get; set; }

Visual Basic

Public Property SoundFileName As String

 Property Value

A string specifying which file to play.

 See Also