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
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note