IPAddress - property of the PmUser object
Description:
IP address of the network user.
Returns an empty string for a local user.
Note:
Property access for read only.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var sIpAddr = oUser.IPAddress;
// Reading from the property
Dim sIpAddr
sIpAddr = oUser.IPAddress
' Reading from the property