System.Web.UI.StateBag: Property Members

The properties of System.Web.UI.StateBag are listed below. For a list of all members, see the StateBag Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
Countint.

Gets the number of System.Web.UI.StateItem objects in the System.Web.UI.StateBag object.

default property
Item(string)object. Documentation for this section has not yet been entered.
[read-only]
KeysICollection.

Gets a collection of keys representing the items in the System.Web.UI.StateBag object.

[read-only]
ValuesICollection.

Gets a collection of the view-state values stored in the System.Web.UI.StateBag object.