Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.QuoteParamChar

TElSimpleFTPSClient     See also     


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


Specifies the character to quote the parameter with.

Declaration

[C#/Java]
    char QuoteParamChar;

[VB.NET]
    Property QuoteParamChar As Char

[Pascal]
    property QuoteParamChar : char;

[C++]
    char get_QuoteParamChar();
    void set_QuoteParamChar(char Value);

[PHP]
    char get_QuoteParamChar()
    void set_QuoteParamChar(char $Value)

Description

    By default it's double-quote (").

See also:     ...    

Discuss this help topic in SecureBlackbox Forum