SessionStateItemCollection::Keys Property
.NET Framework (current version)
Gets a collection of the variable names for all values stored in the 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 NameObjectCollectionBase::KeysCollection collection that contains all the collection keys.
Implements
ISessionStateItemCollection::KeysEach key is a string that represents a variable name for a value stored in the collection.
The following code example gets the variable names in a SessionStateItemCollection collection using the variable names returned by the Keys property.
.NET Framework
Available since 2.0
Available since 2.0
Show: