HttpSessionState.Mode プロパティ

現在のセッション状態モードを取得します。

Public ReadOnly Property Mode As SessionStateMode
[C#]
public SessionStateMode Mode {get;}
[C++]
public: __property SessionStateMode get_Mode();
[JScript]
public function get Mode() : SessionStateMode;

プロパティ値

SessionStateMode 値の 1 つ。

解説

サーバーを StateServer または SQLServer のセッション状態ストレージ モード用に設定する方法については、「 <sessionState> 要素 」を参照してください。

必要条件

プラットフォーム: Windows 2000, Windows XP Professional, Windows Server 2003 ファミリ

参照

HttpSessionState クラス | HttpSessionState メンバ | System.Web.SessionState 名前空間