Partager via


Propriété ExceptionMessageBox.Beep

Specifies whether to play an audible sound when the message is displayed.

Espace de noms :  Microsoft.SqlServer.MessageBox
Assembly :  Microsoft.ExceptionMessageBox (en Microsoft.ExceptionMessageBox.dll)

Syntaxe

'Déclaration
Public Property Beep As Boolean 
    Get 
    Set
'Utilisation
Dim instance As ExceptionMessageBox 
Dim value As Boolean 

value = instance.Beep

instance.Beep = value
public bool Beep { get; set; }
public:
property bool Beep {
    bool get ();
    void set (bool value);
}
member Beep : bool with get, set
function get Beep () : boolean 
function set Beep (value : boolean)

Valeur de propriété

Type : System.Boolean
A Boolean value.

Notes

This property defaults to true.

Voir aussi

Référence

ExceptionMessageBox Classe

Espace de noms Microsoft.SqlServer.MessageBox