PrintWorkflowVirtualPrinterTriggerDetails.VirtualPrinterSession 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 a PrintWorkflowVirtualPrinterSession object representing the virtual printer session associated with the background task invocation.
public:
property PrintWorkflowVirtualPrinterSession ^ VirtualPrinterSession { PrintWorkflowVirtualPrinterSession ^ get(); };
PrintWorkflowVirtualPrinterSession VirtualPrinterSession();
public PrintWorkflowVirtualPrinterSession VirtualPrinterSession { get; }
var printWorkflowVirtualPrinterSession = printWorkflowVirtualPrinterTriggerDetails.virtualPrinterSession;
Public ReadOnly Property VirtualPrinterSession As PrintWorkflowVirtualPrinterSession
Property Value
The virtual printer session associated with the background task invocation.