PrintNotificationEventDetails.PrinterName 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 name of the print device associated with the print notification.
public:
property Platform::String ^ PrinterName { Platform::String ^ get(); };
winrt::hstring PrinterName();
public string PrinterName { get; }
var string = printNotificationEventDetails.printerName;
Public ReadOnly Property PrinterName As String
Property Value
The print device name.