This documentation is archived and is not being maintained.
HttpSessionState.IsReadOnly Property
.NET Framework 1.1
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
Show: