Discuss this help topic in SecureBlackbox Forum

TElShellSSHTunnel.Environment

TElShellSSHTunnel     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property specifies environment variables which must be set before running a shell

Declaration

[C#]
    TElStringList Environment;

[VB.NET]
    Property Environment As TElStringList

[Pascal]
    property Environment : TStringList;

[C++]
    TStringList* get_Environment();

[PHP]
    TStringList get_Environment()

[Java]
    TElStringList getEnvironment();

Description

     This property should contain a list of environment variables in format of «Variable=Value». This variables will be set before running a shell.

See also:     TerminalInfo    

Discuss this help topic in SecureBlackbox Forum