Gets or sets a value indicating whether to play a sound when the reminder is triggered.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public bool PlaySound { get; set; } |
Visual Basic Copy Code |
---|
Public Property PlaySound As Boolean |
true to play the sound file; otherwise, false.
The path to the sound file can be set in the SoundFileName property.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |