PrintWorkflowJobTriggerDetails.PrintWorkflowJobSession Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets info about the current session of the print workflow job.
public:
property PrintWorkflowJobBackgroundSession ^ PrintWorkflowJobSession { PrintWorkflowJobBackgroundSession ^ get(); };
PrintWorkflowJobBackgroundSession PrintWorkflowJobSession();
public PrintWorkflowJobBackgroundSession PrintWorkflowJobSession { get; }
var printWorkflowJobBackgroundSession = printWorkflowJobTriggerDetails.printWorkflowJobSession;
Public ReadOnly Property PrintWorkflowJobSession As PrintWorkflowJobBackgroundSession
Property Value
Info about the current session of the print workflow job.