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

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