HttpSessionState::Keys Property

 

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)

public:
property NameObjectCollectionBase::KeysCollection^ Keys {
	NameObjectCollectionBase::KeysCollection^ get();
}

.NET Framework
Available since 1.1
Return to top
Show: