adTempus API
ArcanaDevelopment.adTempus.Client Namespace / SftpServer Class / MaxConnectionRetries Property


In This Topic
    MaxConnectionRetries Property (SftpServer)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property MaxConnectionRetries As Nullable(Of Integer)
    public Nullable<int> MaxConnectionRetries {get; set;}
    public:
    property Nullable<int> MaxConnectionRetries {
       Nullable<int> get();
       void set (    Nullable<int> value);
    }
    See Also