This documentation is archived and is not being maintained.

HtmlTableRowCollection.IsSynchronized Property

Gets a value indicating whether access to the HtmlTableRowCollection 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, which indicates that access to the HtmlTableRowCollection is not synchronized (not thread-safe).

Implements

ICollection.IsSynchronized

Remarks

This property is derived from System.Collections.ICollection and is overridden to always return false to indicate that access to the HtmlTableRowCollection is not synchronized (not thread-safe).

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

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

HtmlTableRowCollection Class | HtmlTableRowCollection Members | System.Web.UI.HtmlControls Namespace | System.Collections.ICollection | ICollection.IsSynchronized

Show: