GuiSessionDescription Class
The description of an SAP Gui Session test object.

C# Syntax

public class GuiSessionDescription : HP.LFT.SDK.PropertiesDescription, HP.LFT.SDK.IDescription  
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.PropertiesDescription
      HP.LFT.SDK.SAP.GUI.GuiSessionDescription

Public Constructors
Public Properties
 NameDescription
Public PropertyApplicationServerThe name of the application server.  
Public PropertyClientThe client selected on the login screen.  
Public PropertyCodePageThe code page currently used for this session.  
Public PropertyIdThe session's unique identifier in text format.  
Public PropertyLanguageThe language in which the user is working.  
Public PropertyNameThe name of the session.  
Public PropertySystemNameThe name of the SAP system.  
Public PropertySystemNumberThe system number.  
Public PropertyUserThe user name for the current session.  
Top
Public Methods
 NameDescription
Public MethodCloneCreates an exact copy of the test object. (Inherited from HP.LFT.SDK.PropertiesDescription )
Top