AccpacSession.IsServerMachine
Returns whether the application is running on the same machine as the web-deployed ACCPAC server (IsRemote is TRUE).
Property IsServerMachine As Boolean
(read-only)
Remarks
If IsRemote is FALSE then the session is running in-process with respect to the application. In this case the IsServerMachine property returns TRUE, since an in-process session is always on the local machine.