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)

public:
property bool IsSynchronized {
	virtual bool get() sealed;
}

Property Value

Type: System::Boolean

In this implementation, this property always returns false.

.NET Framework
Available since 1.1
Return to top
Show: