Discuss this help topic in SecureBlackbox Forum

TElSimpleSSHServer.AllowCommand

TElSimpleSSHServer     See also     


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


Declaration

[C#]
    bool AllowCommand;

[VB.NET]
    Property AllowCommand As Boolean

[Pascal]
    under development

[C++]
    bool get_AllowCommand();
    void set_AllowCommand(bool Value);

[PHP]
    bool get_AllowCommand()
    void set_AllowCommand(bool $Value)

[Java]
    boolean getAllowCommand();
    void setAllowCommand(boolean Value);

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum