System.Web.UI.WebControls.DetailsViewRowCollection.IsSynchronized Property

Gets a value indicating whether the System.Web.UI.WebControls.DetailsViewRowCollection object is synchronized (thread safe).

Syntax

public bool IsSynchronized { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the DetailsViewRowCollection.IsSynchronized property to determine whether the System.Web.UI.WebControls.DetailsViewRowCollection object is thread safe.

Note:

This property has been overridden to always return false to indicate that the System.Web.UI.WebControls.DetailsViewRowCollection object is not thread safe.

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

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0