This documentation is archived and is not being maintained.
StateBag Properties
.NET Framework 1.1
The properties of the StateBag class are listed here. For a complete list of StateBag class members, see the StateBag Members topic.
Public Properties
Count | Gets the number of StateItem objects in the StateBag object. |
Item | Gets or sets the value of an item stored in the StateBag object.
In C#, this property is the indexer for the StateBag class. |
Keys | Gets a collection of keys representing the items in the StateBag object. |
Values | Gets a collection of the view-state values stored in the StateBag object. |
See Also
Show:
