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.

HttpApplicationStateBase::AllKeys Property

 

When overridden in a derived class, gets the access keys for the objects in the collection.

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

public:
property array<String^>^ AllKeys {
	virtual array<String^>^ get();
}

Property Value

Type: array<System::String^>^

An array of state object keys.

Exception Condition
NotImplementedException

Always.

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