Share via


PrintSupportExtensionTriggerDetails.Session Property

Definition

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.

Applies to