asp.net.ph

Application.Get Method ( Int32 )

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;

Parameters

index
The index of the application state object.

Return Value

The object referenced by index.

Example

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

Object myObject = Application.Get ( 0 );
  C# VB JScript

See Also

HttpApplicationState Members   HttpApplicationState.Get Overload List 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