HttpSessionState::Keys Property
.NET Framework (current version)
Gets a collection of the keys for all values stored in the session-state collection.
Assembly: System.Web (in System.Web.dll)
public: property NameObjectCollectionBase::KeysCollection^ Keys { NameObjectCollectionBase::KeysCollection^ get(); }
Property Value
Type: System.Collections.Specialized::NameObjectCollectionBase::KeysCollection^The NameObjectCollectionBase::KeysCollection that contains all the session keys.
.NET Framework
Available since 1.1
Available since 1.1
Show: