Share via


PrintServer.BeepEnabled プロパティ

定義

プリンターのエラーに応答して、プリント サーバーで警告音を鳴らすかどうかを示す値を取得または設定します。

public:
 property bool BeepEnabled { bool get(); void set(bool value); };
public bool BeepEnabled { get; set; }
member this.BeepEnabled : bool with get, set
Public Property BeepEnabled As Boolean

プロパティ値

Booleantrue 印刷サーバーがエラーに応答してビープ音を鳴らした場合。それ以外の場合は false

適用対象