This documentation is archived and is not being maintained.

HtmlTableRowCollection.SyncRoot Property

Gets the object that can be used to synchronize access to the HtmlTableRowCollection.

[Visual Basic]
Public Overridable ReadOnly Property SyncRoot As Object  Implements _
   ICollection.SyncRoot
[C#]
public virtual object SyncRoot {get;}
[C++]
public: __property virtual Object* get_SyncRoot();
[JScript]
public function get SyncRoot() : Object;

Property Value

An object that can be used to synchronize access to the collection.

Implements

ICollection.SyncRoot

Remarks

The object returned in this implementation is the current instance of the HtmlTableRowCollection class.

For more information on the SyncRoot property, see the ICollection.SyncRoot 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.SyncRoot

Show: