Gets the sound associated with the Asterisk program event.
| C# | Visual Basic |
public static SystemSound Asterisk { get; }
Public Shared ReadOnly Property Asterisk As SystemSound
The following code example demonstrates the use of the Asterisk property.
CopyC#
// Plays the sound associated with the Asterisk system event.
SystemSounds.Asterisk.Play();