IPAddress Property
Summary
Gets the IP address of the machine that originated the print job.
Syntax
public string IPAddress { get; }
Public ReadOnly Property IPAddress As String
public:
property String^ IPAddress {
String^ get();
}
Property Value
A System.String that represents the IP address of the machine that originated the print job.