asp.net.ph

Application.Get Method ( String )

System.Web Namespace   HttpApplicationState Class


Gets an HttpApplicationState object by name.

[ VB ]
Overloads Public Function Get ( _
   ByVal name As String _
) As Object

[ C# ]
public object Get (
   string name
);

[ C++ ]
public: Object* Get (
   String* name
);

[ JScript ]
public function Get (
   name : String
) : Object;

Parameters

name
The name of the object.

Return Value

The object referenced by name.

Remarks

The following example assigns the object named myAppVar from the HttpApplicationState collection to a new object variable.

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