Share via


PrintWorkflowTriggerDetails.PrintWorkflowSession Property

Definition

Gets the print workflow session object that should manage the behavior of the background task that was triggered.

public:
 property PrintWorkflowBackgroundSession ^ PrintWorkflowSession { PrintWorkflowBackgroundSession ^ get(); };
PrintWorkflowBackgroundSession PrintWorkflowSession();
public PrintWorkflowBackgroundSession PrintWorkflowSession { get; }
var printWorkflowBackgroundSession = printWorkflowTriggerDetails.printWorkflowSession;
Public ReadOnly Property PrintWorkflowSession As PrintWorkflowBackgroundSession

Property Value

The single print workflow background session.

Applies to