PrintServer.RestartJobOnPoolEnabled 属性     
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示用户在已启用打印机池的情况下发生错误后是否可重新启动作业。
public:
 property bool RestartJobOnPoolEnabled { bool get(); void set(bool value); };public bool RestartJobOnPoolEnabled { get; set; }member this.RestartJobOnPoolEnabled : bool with get, setPublic Property RestartJobOnPoolEnabled As Boolean属性值
如果启用打印机池后可重新启动作业,则为 true;否则为 false。
注解
调用程序必须具有管理权限才能设置此值。