This documentation is archived and is not being maintained.
HttpStaticObjectsCollection.IsSynchronized Property
.NET Framework 1.1
Gets a value indicating whether the collection is synchronized (that is, 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
In this implementation, this property always returns false.
Implements
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpStaticObjectsCollection Class | HttpStaticObjectsCollection Members | System.Web Namespace
Show: