HttpSessionStateContainer::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 { virtual NameObjectCollectionBase::KeysCollection^ get() sealed; }
Property Value
Type: System.Collections.Specialized::NameObjectCollectionBase::KeysCollection^The NameObjectCollectionBase::KeysCollection that contains all the session keys.
Implements
IHttpSessionState::Keys
.NET Framework
Available since 2.0
Available since 2.0
Show: