HttpApplication.Session プロパティ

定義

セッション データへのアクセスを実現する組み込みのセッション オブジェクトを取得します。

public:
 property System::Web::SessionState::HttpSessionState ^ Session { System::Web::SessionState::HttpSessionState ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Web.SessionState.HttpSessionState Session { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Session : System.Web.SessionState.HttpSessionState
Public ReadOnly Property Session As HttpSessionState

プロパティ値

HttpSessionState

現在のセッションに対する HttpSessionState オブジェクト。

属性

例外

HttpSessionState オブジェクトが null です。

適用対象