SessionStateItemCollection Properties
.NET Framework (current version)
Namespace:
System.Web.SessionState
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of key/value pairs contained in the NameObjectCollectionBase instance.(Inherited from NameObjectCollectionBase.) |
![]() | Dirty | Gets or sets a value indicating whether the collection has been marked as changed. |
![]() | Item(Int32) | Gets or sets a value in the collection by numerical index. |
![]() | Item(String) | Gets or sets a value in the collection by name. |
![]() | Keys | Gets a collection of the variable names for all values stored in the collection.(Overrides NameObjectCollectionBase.Keys.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection.IsSynchronized | Gets a value indicating whether access to the NameObjectCollectionBase object is synchronized (thread safe).(Inherited from NameObjectCollectionBase.) |
![]() ![]() | ICollection.SyncRoot | Gets an object that can be used to synchronize access to the NameObjectCollectionBase object.(Inherited from NameObjectCollectionBase.) |
Show:


