HttpApplicationStateWrapper::Keys Property

 

Gets a NameObjectCollectionBase::KeysCollection instance that contains all the keys in the HttpApplicationStateWrapper instance.

Namespace:   System.Web
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^

A collection of all the keys in the collection.

.NET Framework
Available since 3.5
Return to top
Show: