This topic has not yet been rated - Rate this topic

HttpSessionState.IsReadOnly Property

Gets a value indicating whether the session is read-only.

[Visual Basic]
Public ReadOnly Property IsReadOnly As Boolean
[C#]
public bool IsReadOnly {get;}
[C++]
public: __property bool get_IsReadOnly();
[JScript]
public function get IsReadOnly() : Boolean;

Property Value

true if the session is read-only; otherwise, false.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

HttpSessionState Class | HttpSessionState Members | System.Web.SessionState Namespace

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.