HttpSessionStateContainer.Keys Property
.NET Framework 3.0
Gets a collection of the keys for all values stored in the session-state collection.
Namespace: System.Web.SessionState
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public final KeysCollection get_Keys ()
public final function get Keys () : KeysCollection
Not applicable.
Property Value
The NameObjectCollectionBase.KeysCollection that contains all the session keys.Community Additions
ADD
Show: