System.Web Namespace HttpApplicationState Class
Gets an HttpApplicationState object by name or index.
1. Gets an HttpApplicationState object by numerical index.
2. Gets an HttpApplicationState object by name.
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 );
Dim myObject As Object = Application.Get ( 0 )
var myObject : Object = Application.Get ( 0 )
HttpApplicationState Members
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note