System.Web Namespace HttpApplicationState Class
Gets an HttpApplicationState object by numerical index.
[ VB ] Overloads Public Function Get ( _ ByVal index As Integer _ ) As Object [ C# ] public object Get ( int index ); [ C++ ] public: Object* Get ( int index ); [ JScript ] public function Get ( index : int ) : Object;
The object referenced by index.
The following example assigns the first object ( index = 0 ) from the HttpApplicationState collection to a new object variable.
Object myObject = Application.Get ( 0 );
Dim myObject As Object = Application.Get ( 0 )
var myObject : Object = Application.Get ( 0 )
HttpApplicationState Members HttpApplicationState.Get Overload List
© 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