Jaa


PrintWorkflowJobIssueDetectedEventArgs.PrinterJob Property

Definition

Gets a PrintWorkflowPrinterJob object representing the printer job operation in which the issue was encountered.

public:
 property PrintWorkflowPrinterJob ^ PrinterJob { PrintWorkflowPrinterJob ^ get(); };
PrintWorkflowPrinterJob PrinterJob();
public PrintWorkflowPrinterJob PrinterJob { get; }
var printWorkflowPrinterJob = printWorkflowJobIssueDetectedEventArgs.printerJob;
Public ReadOnly Property PrinterJob As PrintWorkflowPrinterJob

Property Value

A PrintWorkflowPrinterJob object.

Applies to