asp.net.ph

Application.Get Method

System.Web Namespace   HttpApplicationState Class


Gets an HttpApplicationState object by name or index.

Overload List

1. Gets an HttpApplicationState object by numerical index.

2. Gets an HttpApplicationState object by name.


Example

The following example assigns the first object ( index = 0 ) from the HttpApplicationState collection to a new object variable.

NOTE: This example shows how to use one of the overloaded versions of Get. For other examples that might be available, see the individual overload topics.

Object myObject = Application.Get ( 0 );
  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