SessionStateItemCollection.Keys Property
.NET Framework 2.0
Gets a collection of the variable names for all values stored in the collection.
Namespace: System.Web.SessionState
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public KeysCollection get_Keys ()
public override function get Keys () : KeysCollection
Not applicable.
Property Value
The NameObjectCollectionBase.KeysCollection collection that contains all the collection keys.The following code example gets the variable names in a SessionStateItemCollection collection using the variable names returned by the Keys property.
Community Additions
ADD
Show: