HttpSessionStateBase.Contents Property

Definition

When overridden in a derived class, gets a reference to the current session-state object.

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

Property Value

The current session-state object.

Exceptions

Applies to