NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Cache.MaxItems

[To be supplied.]

[Visual Basic]
Public Property MaxItems As Integer
[C#]
public int MaxItems {get; set;}
[C++]
public: __property int get_MaxItems();
public: __property void set_MaxItems(int);
[JScript]
public function get MaxItems() : int;
public function set MaxItems(int);

See Also

Cache Class | Cache Members | System.Web.Caching Namespace