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

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