Produces the specified beep tone on the operating system speakers. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim sound As BeepType

UtilityClass.MessageBeep(sound)

Syntax

Visual Basic
Public Shared Sub MessageBeep ( _
		sound As BeepType _
)
C#
public static void MessageBeep (
		BeepType sound
)
C++
public:
static void MessageBeep (
		BeepType sound
)
J#
public static void MessageBeep (
		BeepType sound
)
JScript
public static function MessageBeep (
		sound : BeepType
)

Parameters

sound

[in] UtilityClass.BeepType value that indicates the beep tone.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also