Table of Contents

Class SessionLaunchInfo

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

The SAP GuiSession launch parameters.

public class SessionLaunchInfo
Inheritance
SessionLaunchInfo
Inherited Members

Constructors

SessionLaunchInfo()

public SessionLaunchInfo()

Properties

Client

Sets and returns the SAP client.

public string Client { get; set; }

Property Value

string

InstanceNumber

Sets and returns the system number property of the session.

public int? InstanceNumber { get; set; }

Property Value

int?

Language

Sets and returns the 2-letter language code.

public string Language { get; set; }

Property Value

string

Password

Sets and returns the encrypted password.

public string Password { get; set; }

Property Value

string

ServerDescription

Sets and returns the server description, which is identical to the one displayed in the SAP Logon dialog box and is case-sensitive.

public string ServerDescription { get; set; }

Property Value

string

ServerIp

Sets and returns the SAP server IP.

public IPAddress ServerIp { get; set; }

Property Value

IPAddress

Username

Sets and returns the log-on user name.

public string Username { get; set; }

Property Value

string