This documentation is archived and is not being maintained.

PagedDataSource.IsSynchronized Property

Gets a value indicating whether access to the data source 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

false for all cases.

Implements

ICollection.IsSynchronized

Remarks

This property is derived from the System.Collections.ICollection class and is overridden to always return false to indicate that this class is not thread safe.

For more information on the IsSynchronized property, see the ICollection.IsSynchronized property of the System.Collections.ICollection interface.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

PagedDataSource Class | PagedDataSource Members | System.Web.UI.WebControls Namespace | System.Collections.ICollection | ICollection.IsSynchronized

Show: