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