HttpSessionStateWrapper.Contents プロパティ

定義

現在のセッション状態オブジェクトへの参照を取得します。

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

プロパティ値

HttpSessionStateBase

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

適用対象