Beep 属性

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

命名空间:  Microsoft.SqlServer.MessageBox
程序集:  Microsoft.ExceptionMessageBox(在 Microsoft.ExceptionMessageBox.dll 中)

语法

声明
Public Property Beep As Boolean
    Get
    Set
用法
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)

属性值

类型:System. . :: . .Boolean
A Boolean value.

注释

This property defaults to true.