This documentation is archived and is not being maintained.

TableCellCollection.IsSynchronized Property

Gets a value indicating whether access to the TableCellCollection 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 System.Collections.ICollection and is overridden to always return false.

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

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

Show: