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

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