System.Web Namespace HttpApplicationState Class
Removes the named object from an HttpApplicationState collection.
[ VB ] Public Sub Remove ( _ ByVal name As String _ ) [ C# ] public void Remove ( string name ); [ C++ ] public: void Remove ( String* name ); [ JScript ] public function Remove ( name : String );
The following example removes a variable named myAppVar from the application state collection.
Application.Remove ( "myAppVar" );
Application.Remove ( "myAppVar" )
HttpApplicationState Members
© 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