다음을 통해 공유


IHttpSessionState.Mode 속성

정의

현재 세션 상태 모드를 가져옵니다.

public:
 property System::Web::SessionState::SessionStateMode Mode { System::Web::SessionState::SessionStateMode get(); };
public System.Web.SessionState.SessionStateMode Mode { get; }
member this.Mode : System.Web.SessionState.SessionStateMode
Public ReadOnly Property Mode As SessionStateMode

속성 값

SessionStateMode

SessionStateMode 값 중 하나입니다.

예제

다음 코드 예제에서는 구현 합니다 Mode 의 속성을 IHttpSessionState 인터페이스입니다.

public SessionStateMode Mode
{
  get { return pMode; }
}
Public ReadOnly Property Mode As SessionStateMode Implements IHttpSessionState.Mode    
  Get
    Return pMode
  End Get
End Property

설명

다른 세션 상태 모드에 대 한 내용은 참조 하세요 세션 상태 모드합니다.

적용 대상

추가 정보