IsSynchronized Property (PagesCollection<T>)
Gets a value indicating whether access to the
System.Collections.ICollection is synchronized (thread safe).
'Declaration
Public ReadOnly Property IsSynchronized As Boolean
public bool IsSynchronized {get;}
Property Value
true
if this instance is synchronized; otherwise,
false
.