IppPrintDevice.PrinterUri 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 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).