Returns the maximum age of web history items that can be retrieved.
Original signature is '- (int)historyAgeInDaysLimit'
Available in Mac OS X v10.3.9 and later.

Declaration Syntax
public virtual int HistoryAgeInDaysLimit { get; set; }
Public Overridable Property HistoryAgeInDaysLimit As Integer
Get
Set
public:
virtual property int HistoryAgeInDaysLimit {
int get ();
void set (int value);
}

Version Information
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)
Assembly:
Monobjc.WebKit (Module: Monobjc.WebKit)