Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.QuoteParamChar

TElSimpleFTPSClient     See also     


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


Specifies the character used to quote the command parameters.

Declaration

[C#]
    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)

[Java]
    char getQuoteParamChar();
    void setQuoteParamChar(char Value);

Description

    Use this property to specify the character used to quote the parameters when QuoteParameters property's value is different from pqmNone. The default value is double-quote (").

See also:     QuoteParameters    

Discuss this help topic in SecureBlackbox Forum