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