adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Job Class / HistoryRetentionLimit Property


In This Topic
    HistoryRetentionLimit Property
    In This Topic
    Maximum time to retain history for this job
    Syntax
    'Declaration
     
    
    Public Property HistoryRetentionLimit As Integer
    public int HistoryRetentionLimit {get; set;}
    public:
    property int HistoryRetentionLimit {
       int get();
       void set (    int value);
    }
    Remarks
    The unit for this value depends on the setting for HistoryRetentionOptions.
    See Also