ValidatorCollection.IsSynchronized Property

 

Gets a value that indicates whether the ValidatorCollection collection is synchronized.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

abstract IsSynchronized : bool with get
override IsSynchronized : bool with get

Property Value

Type: System.Boolean

true if the collection is synchronized; otherwise, false.

If the collection is synchronized, it is thread safe.

The following code example demonstrates using the IsSynchronized property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: