Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SessionStateItemCollection::Keys Property

 

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)

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.

Each 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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft