HttpApplicationStateWrapper.Set Method (String, Object)

 

Updates the value of an object in the collection.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

override Set : 
        name:string *
        value:Object -> unit

Parameters

name
Type: System.String

The name of the object to update.

value
Type: System.Object

The updated value of the object.

.NET Framework
Available since 3.5
Return to top
Show: