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

Declaration Syntax
public virtual int HistoryItemLimit { get; set; }
Public Overridable Property HistoryItemLimit As Integer
Get
Set
public:
virtual property int HistoryItemLimit {
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)