This documentation is archived and is not being maintained.

DataKeyCollection.IsSynchronized Property

Gets a value indicating whether the DataKeyCollection 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.

Implements

ICollection.IsSynchronized

Remarks

This property is derived from the System.Collections.ICollection interface and is overridden to always return false to indicate that the DataKeyCollection is not thread-safe.

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

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

DataKeyCollection Class | DataKeyCollection Members | System.Web.UI.WebControls Namespace | ICollection.IsSynchronized | System.Collections.ICollection

Show: