Class SessionLaunchInfo
The SAP GuiSession launch parameters.
Inherited Members
Namespace: HP.LFT.SDK.SAP.GUI
Assembly: HP.LFT.SDK.dll
Syntax
public class SessionLaunchInfo
Constructors
SessionLaunchInfo()
Declaration
public SessionLaunchInfo()
Properties
Client
Sets and returns the SAP client.
Declaration
public string Client { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InstanceNumber
Sets and returns the system number property of the session.
Declaration
public int? InstanceNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Language
Sets and returns the 2-letter language code.
Declaration
public string Language { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Password
Sets and returns the encrypted password.
Declaration
public string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| 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.
Declaration
public string ServerDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ServerIp
Sets and returns the SAP server IP.
Declaration
public IPAddress ServerIp { get; set; }
Property Value
| Type | Description |
|---|---|
| IPAddress |
Username
Sets and returns the log-on user name.
Declaration
public string Username { get; set; }
Property Value
| Type | Description |
|---|---|
| string |