PrintWorkflowJobActivatedEventArgs.Session 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 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.