HttpSessionStateBase.Contents プロパティ

定義

派生クラスでオーバーライドされると、現在のセッション状態のオブジェクトの参照を取得します。

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

プロパティ値

HttpSessionStateBase

現在のセッション状態オブジェクト。

例外

適用対象