System.Web.UI.HtmlControls.HtmlTableRowCollection.IsSynchronized Property

Gets a value indicating whether access to the System.Web.UI.HtmlControls.HtmlTableRowCollection collection is synchronized (thread safe).

Syntax

public bool IsSynchronized { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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

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

Requirements

Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0