HttpSessionStateBase::Keys Property
.NET Framework (current version)
When overridden in a derived class, gets a collection of the keys for all values that are stored in the session-state collection.
Assembly: System.Web (in System.Web.dll)
public: property NameObjectCollectionBase::KeysCollection^ Keys { virtual NameObjectCollectionBase::KeysCollection^ get(); }
Property Value
Type: System.Collections.Specialized::NameObjectCollectionBase::KeysCollection^The session keys.
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: