This documentation is archived and is not being maintained.
ISessionStateItemCollection Properties
Visual Studio 2008
The ISessionStateItemCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of elements contained in the ICollection. (Inherited from ICollection.) |
|
Dirty | Gets or sets a value indicating whether the collection has been marked as changed. |
|
IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Inherited from ICollection.) |
|
Item | Overloaded. Gets or sets a value in the collection. |
|
Keys | Gets a collection of the variable names for all values stored in the collection. |
|
SyncRoot | Gets an object that can be used to synchronize access to the ICollection. (Inherited from ICollection.) |
Show: