Gets or sets the name of a sound file to play with this reminder.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public string SoundFileName { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property SoundFileName As String |
A string specifying which file to play.
See Also