Share via


UtilityClass.BeepType Enumeration

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

'Usage
Dim instance As BeepType

Syntax

'Declaration
Public Enumeration BeepType
public enum BeepType
public enum class BeepType
public enum BeepType
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

Reference

Microsoft.ConfigurationManagement.AdminConsole Namespace
MessageBeep