HttpStaticObjectsCollection.IsSynchronized Property

 

Gets a value indicating whether the collection is synchronized (that is, thread-safe).

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

abstract IsSynchronized : bool with get
override IsSynchronized : bool with get

Property Value

Type: System.Boolean

In this implementation, this property always returns false.

.NET Framework
Available since 1.1
Return to top
Show: