PrintSupportSettingsUISession.SessionInfo 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 an object that provides information about the current session of the print support settings UI.
public:
property PrintSupportSessionInfo ^ SessionInfo { PrintSupportSessionInfo ^ get(); };
PrintSupportSessionInfo SessionInfo();
public PrintSupportSessionInfo SessionInfo { get; }
var printSupportSessionInfo = printSupportSettingsUISession.sessionInfo;
Public ReadOnly Property SessionInfo As PrintSupportSessionInfo
Property Value
An object that provides information about the current session of the print support settings UI.