Discuss this help topic in SecureBlackbox Forum

TElCommandSSHTunnel.Environment

TElCommandSSHTunnel     See also     


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


This property specifies the environment variables for session

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 specifies the environment variables which should be set before executing the command. Environment variable lines should have a form of «Variable=Value».

See also:     Command     TerminalInfo    

Discuss this help topic in SecureBlackbox Forum