HttpSessionStateBase::Keys Property

 

When overridden in a derived class, gets a collection of the keys for all values that are stored in the session-state collection.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

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

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: