System.Web.UI.WebControls.GridViewRowCollection.SyncRoot Property

Gets the object used to synchronize access to the collection.

Syntax

public object SyncRoot { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the GridViewRowCollection.SyncRoot property to get an object that can be used to synchronize access to the collection. The object returned in this implementation is the System.Web.UI.WebControls.GridViewRowCollection object itself.

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