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입니다.

설명

호출 프로그램에는이 값을 설정 하려면 관리자 권한이 있어야 합니다.

적용 대상