HttpSessionStateWrapper.Contents Property

Definition

Gets a reference to the current session-state object.

public:
 virtual property System::Web::HttpSessionStateBase ^ Contents { System::Web::HttpSessionStateBase ^ get(); };
public override System.Web.HttpSessionStateBase Contents { get; }
member this.Contents : System.Web.HttpSessionStateBase
Public Overrides ReadOnly Property Contents As HttpSessionStateBase

Property Value

The current session-state object.

Applies to