This documentation is archived and is not being maintained.
HttpSessionState.IsSynchronized Property
.NET Framework 1.1
Gets a value indicating whether access to the collection of session-state values is synchronized (thread safe).
[Visual Basic] Public Overridable ReadOnly Property IsSynchronized As Boolean _ Implements ICollection.IsSynchronized [C#] public virtual bool IsSynchronized {get;} [C++] public: __property virtual bool get_IsSynchronized(); [JScript] public function get IsSynchronized() : Boolean;
Property Value
true if access to the collection is synchronized (thread safe); otherwise, false.
Implements
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpSessionState Class | HttpSessionState Members | System.Web.SessionState Namespace
Show: