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);
}
See Also