Class GuiSessionDescription
The description of an SAP Gui Session test object.
public class GuiSessionDescription : PropertiesDescription, IDescription, ICloneable
- Inheritance
-
GuiSessionDescription
- Implements
- Inherited Members
Constructors
GuiSessionDescription()
public GuiSessionDescription()
Properties
ApplicationServer
The name of the application server.
public StringProperty ApplicationServer { get; set; }
Property Value
Client
The client selected on the login screen.
public StringProperty Client { get; set; }
Property Value
CodePage
The code page currently used for this session.
public uint? CodePage { get; set; }
Property Value
- uint?
Id
The session's unique identifier in text format.
public StringProperty Id { get; set; }
Property Value
Language
The language in which the user is working.
public StringProperty Language { get; set; }
Property Value
Name
The name of the session.
public StringProperty Name { get; set; }
Property Value
SystemName
The name of the SAP system.
public StringProperty SystemName { get; set; }
Property Value
SystemNumber
The system number.
public uint? SystemNumber { get; set; }
Property Value
- uint?
User
The user name for the current session.
public StringProperty User { get; set; }