Gets the name of the port through which a document is sent to a printer.
public: __property string* get_PortName();
'Declaration
Public ReadOnly Property PortName As String
'Usage
Dim instance As Printer
Dim value As String
value = instance.PortName
Property Value
A string value which represents the port name.