Table of Contents

Class GuiSessionDescription

Namespace
HP.LFT.SDK.SAP.GUI
Assembly
HP.LFT.SDK.dll

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

StringProperty

Client

The client selected on the login screen.

public StringProperty Client { get; set; }

Property Value

StringProperty

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

StringProperty

Language

The language in which the user is working.

public StringProperty Language { get; set; }

Property Value

StringProperty

Name

The name of the session.

public StringProperty Name { get; set; }

Property Value

StringProperty

SystemName

The name of the SAP system.

public StringProperty SystemName { get; set; }

Property Value

StringProperty

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; }

Property Value

StringProperty