This documentation is archived and is not being maintained.

SessionStateItemCollection Properties

The SessionStateItemCollection type exposes the following members.

  NameDescription
Public property Count Gets the number of key/value pairs contained in the NameObjectCollectionBase instance. (Inherited from NameObjectCollectionBase.)
Public property Dirty Gets or sets a value indicating whether the collection has been marked as changed.
Protected property IsReadOnly Gets or sets a value indicating whether the NameObjectCollectionBase instance is read-only. (Inherited from NameObjectCollectionBase.)
Public property Item Overloaded. Gets or sets a value in the collection.
Public property Keys Gets a collection of the variable names for all values stored in the collection. (Overrides NameObjectCollectionBase::Keys.)
Top

  NameDescription
Explicit interface implemetation Private property ICollection::IsSynchronized Gets a value indicating whether access to the NameObjectCollectionBase object is synchronized (thread safe). (Inherited from NameObjectCollectionBase.)
Explicit interface implemetation Private property ICollection::SyncRoot Gets an object that can be used to synchronize access to the NameObjectCollectionBase object. (Inherited from NameObjectCollectionBase.)
Top
Show: