Condividi tramite


Proprietà Beep

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

Spazio dei nomi:  Microsoft.SqlServer.MessageBox
Assembly:  Microsoft.ExceptionMessageBox (in Microsoft.ExceptionMessageBox.dll)

Sintassi

'Dichiarazione
Public Property Beep As Boolean
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System. . :: . .Boolean
A Boolean value.

Osservazioni

This property defaults to true.