Table of Contents

Class GuiSessionDescription

The description of an SAP Gui Session test object.

Inheritance
GuiSessionDescription
Namespace: HP.LFT.SDK.SAP.GUI
Assembly: HP.LFT.SDK.dll
Syntax
public class GuiSessionDescription : PropertiesDescription, IDescription, ICloneable

Constructors

GuiSessionDescription()

Declaration
public GuiSessionDescription()

Properties

ApplicationServer

The name of the application server.

Declaration
public StringProperty ApplicationServer { get; set; }
Property Value
Type Description
StringProperty

Client

The client selected on the login screen.

Declaration
public StringProperty Client { get; set; }
Property Value
Type Description
StringProperty

CodePage

The code page currently used for this session.

Declaration
public uint? CodePage { get; set; }
Property Value
Type Description
uint?

Id

The session's unique identifier in text format.

Declaration
public StringProperty Id { get; set; }
Property Value
Type Description
StringProperty

Language

The language in which the user is working.

Declaration
public StringProperty Language { get; set; }
Property Value
Type Description
StringProperty

Name

The name of the session.

Declaration
public StringProperty Name { get; set; }
Property Value
Type Description
StringProperty

SystemName

The name of the SAP system.

Declaration
public StringProperty SystemName { get; set; }
Property Value
Type Description
StringProperty

SystemNumber

The system number.

Declaration
public uint? SystemNumber { get; set; }
Property Value
Type Description
uint?

User

The user name for the current session.

Declaration
public StringProperty User { get; set; }
Property Value
Type Description
StringProperty

Implements

IDescription
ICloneable