HttpApplicationStateWrapper::Set Method (String^, Object^)

 

Updates the value of an object in the collection.

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

public:
virtual void Set(
	String^ name,
	Object^ value
) override

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: