Share via


IppPrintDevice.PrinterUri Property

Definition

Gets the URI of the printer device (for contacting the printer directly).

public:
 property Uri ^ PrinterUri { Uri ^ get(); };
Uri PrinterUri();
public System.Uri PrinterUri { get; }
var uri = ippPrintDevice.printerUri;
Public ReadOnly Property PrinterUri As Uri

Property Value

The URI of the printer device.

Remarks

In some cases—such as Internet Printing Protocol (IPP) over USB—the printer device URI is the default address (127.0.0.1).

Applies to