HttpApplicationStateWrapper::Get Method (String^)

 

Returns a state object by name.

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

public:
virtual Object^ Get(
	String^ name
) override

Parameters

name
Type: System::String^

The name of the object to get.

Return Value

Type: System::Object^

The object referenced by name, if found; otherwise, null.

.NET Framework
Available since 3.5
Return to top
Show: