adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ClassOption Class / AuditRetentionDays Property


In This Topic
    AuditRetentionDays Property
    In This Topic
    The retention period for audit records.
    Syntax
    'Declaration
     
    
    Public Property AuditRetentionDays As Integer
    public int AuditRetentionDays {get; set;}
    public:
    property int AuditRetentionDays {
       int get();
       void set (    int value);
    }
    Remarks
    Set to 0 to use the default retention period
    See Also