StateBag Properties

 

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

NameDescription
System_CAPS_pubpropertyCount

Gets the number of StateItem objects in the StateBag object.

System_CAPS_pubpropertyItem[String^]

Gets or sets the value of an item stored in the StateBag object.

System_CAPS_pubpropertyKeys

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

System_CAPS_pubpropertyValues

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

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection::IsSynchronized

For a description of this member, see ICollection::IsSynchronized.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection::SyncRoot

For a description of this member, see ICollection::SyncRoot.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIDictionary::IsFixedSize

For a description of this member, see IDictionary::IsFixedSize.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIDictionary::IsReadOnly

For a description of this member, see IDictionary::IsReadOnly.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIDictionary::Item[Object^]

For a description of this member, see IDictionary::Item.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIStateManager::IsTrackingViewState

Gets a value indicating whether state changes are being tracked.

Return to top
Show: