Returns a String identifying the session's OLE server.
Usually, this method returns a string such as "cqole" but the OLE server may choose to return a string that contains other information for identifying the server.
VBScript
session.GetServerInfo
VBScript
set sessionObj = GetSession
serverName = sessionObj.GetServerInfo