HttpSessionStateWrapper::Keys Property
.NET Framework (current version)
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() override; }
Property Value
Type: System.Collections.Specialized::NameObjectCollectionBase::KeysCollection^The session keys.
.NET Framework
Available since 3.5
Available since 3.5
Show: