Infragistics2.Shared.v8.1
IsSynchronized Property
See Also 
Infragistics.Shared Namespace > DisposableObjectCollectionBase Class : IsSynchronized Property

Gets a value indicating whether access to the ArrayList is synchronized (thread-safe).

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property IsSynchronized As Boolean
C# 
public virtual bool IsSynchronized {get;}

See Also