ServerName

ACCPAC Common Controls

AccpacSession.ServerName

Returns the name of the server of a remote session.

Property ServerName As String
(read-only)

Remarks

Returns an empty string ("") if ACCPAC is run locally (IsRemote is FALSE).

The return value may be:

  • the Windows machine name of the ACCPAC Server deployed on an Intranet, such as ACCPACSERVER

  • the Internet host name of the ACCPAC Server, such as accpacserver.yourcompany.com

  • the Internet IP address of the ACCPAC Server, such as 24.113.14.47 (for .NET Remoting only)