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


In This Topic
    HistoryRetentionOptions Property
    In This Topic
    Override of history retention options for this job
    Syntax
    'Declaration
     
    
    Public Property HistoryRetentionOptions As HistoryRetentionOptions
    public HistoryRetentionOptions HistoryRetentionOptions {get; set;}
    public:
    property HistoryRetentionOptions HistoryRetentionOptions {
       HistoryRetentionOptions get();
       void set (    HistoryRetentionOptions value);
    }
    Remarks
    Jobs are created with this set to ArcanaDevelopment.adTempus.Shared.HistoryRetentionOptions.UseDefault, which causes the job to use the default retention options specified for the server.
    See Also