Returns the name of the application to which the client is connected.
Syntax
<HsvSystemInfo>.GetApplicationName()
Return Value
String. Returns the application name.
Example
The following example assigns the application name to the sApp variable.
Dim cHsvSystemInfo As HsvSystemInfo, sApp As String
'm_cHsvSession is an HsvSession object reference
Set cHsvSystemInfo = m_cHsvSession.SystemInfo
sApp = cHsvSystemInfo.GetApplicationName