ISessionStateItemCollection Properties
.NET Framework (current version)
Namespace:
System.Web.SessionState
Assembly: System.Web (in System.Web.dll)
| 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[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. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the ICollection.(Inherited from ICollection.) |
Show:
