Share via


PrintNotificationEventDetails.PrinterName Property

Definition

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

String

Platform::String

winrt::hstring

The print device name.

Applies to