Class SessionLaunchInfo
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
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
Password
Sets and returns the encrypted password.
public string Password { get; set; }
Property Value
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
ServerIp
Sets and returns the SAP server IP.
public IPAddress ServerIp { get; set; }
Property Value
Username
Sets and returns the log-on user name.
public string Username { get; set; }