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;}
    public:
    property Nullable<int> MaxOperationRetries {
       Nullable<int> get();
       void set (    Nullable<int> value);
    }
    See Also