PrintSupportExtensionTriggerDetails.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 info about the current session of the print support extension.
public:
property PrintSupportExtensionSession ^ Session { PrintSupportExtensionSession ^ get(); };
PrintSupportExtensionSession Session();
public PrintSupportExtensionSession Session { get; }
var printSupportExtensionSession = printSupportExtensionTriggerDetails.session;
Public ReadOnly Property Session As PrintSupportExtensionSession
Property Value
Info about the current session of the print support extension.