DataBindingCollection::IsSynchronized Property

 

Gets a value indicating whether the DataBindingCollection collection is synchronized (thread safe).

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

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

Property Value

Type: System::Boolean

Always false.

.NET Framework
Available since 1.1
Return to top
Show: