PrintWorkflowPrinterJob.JobId 속성

정의

프린터에서 제공하는 현재 인쇄 작업의 ID를 가져옵니다.

public:
 property int JobId { int get(); };
int JobId();
public int JobId { get; }
var int32 = printWorkflowPrinterJob.jobId;
Public ReadOnly Property JobId As Integer

속성 값

Int32

int

프린터에서 제공하는 현재 인쇄 작업의 ID입니다.

적용 대상