Share via


PrintWorkflowJobActivatedEventArgs.Session Property

Definition

Gets the current session of the print support workflow UI.

public:
 property PrintWorkflowJobUISession ^ Session { PrintWorkflowJobUISession ^ get(); };
PrintWorkflowJobUISession Session();
public PrintWorkflowJobUISession Session { get; }
var printWorkflowJobUISession = printWorkflowJobActivatedEventArgs.session;
Public ReadOnly Property Session As PrintWorkflowJobUISession

Property Value

The current session of the print support workflow UI.

Applies to