Defines speaker beep tones used by the MessageBeep method. This enumeration supports the Configuration Manager 2007 infrastructure and is not intended to be used directly from your code. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As BeepType

Syntax

Visual Basic
Public Enumeration BeepType
C#
public enum BeepType
C++
public enum class BeepType
J#
public enum BeepType
JScript
public enum BeepType

Members

Member name Description
Asterisk Asterisk beep.
Exclamation Exclamation beep.
Ok OK beep.
Question Question beep.
SimpleBeep Simple beep.
Warning Warning beep.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also