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;
The object referenced by name.
The following example assigns the object named myAppVar from the HttpApplicationState collection to a new object variable.
Object myObject = Application.Get ( "myAppVar" );
Dim myObject As Object = Application.Get ( "myAppVar" )
var myObject : Object = Application.Get ( "myAppVar" )
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