PrintServer.RestartJobOnPoolEnabled プロパティ

定義

プリンター プールが有効になっている場合にエラーが発生した後にユーザーがジョブを再起動できるかどうかを示す値を取得または設定します。

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

プロパティ値

true プリンター プールが有効になっているときにジョブを再起動できる場合。それ以外の場合は false

注釈

呼び出し元のプログラムには、この値を設定するための管理アクセス許可が必要です。

適用対象