MobileControlsSection::SessionStateHistorySize Property

 

Gets or sets the size of the history to use to keep the application view state in the server session. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

Namespace:   System.Web.UI.MobileControls
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

public:
[ConfigurationPropertyAttribute("sessionStateHistorySize", DefaultValue = 6)]
[IntegerValidatorAttribute(MinValue = 0)]
property int SessionStateHistorySize {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The size of the history stack. The default is 5.

.NET Framework
Available since 2.0
Return to top
Show: