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.