asp.net.ph

Application.AllKeys Property

System.Web Namespace   HttpApplicationState Class


Gets the access keys in the HttpApplicationState collection.

[ VB ]
Public ReadOnly Property AllKeys As String ( ) 

[ C# ]
public string [ ] AllKeys {get;}

[ C++ ]
public: __property String* get_AllKeys ( );

[ JScript ]
public function get AllKeys ( ) : String [ ];

Property Value

A string array of HttpApplicationState object names.

Example

The following example fills a string array with all the object names in the application state collection.

String [ ] stateVars = new String [ Application.Count ];
stateVars = Application.AllKeys;
  C# VB JScript

See Also

HttpApplicationState Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph