Gets a value indicating whether access to the collection is synchronized.
'Declaration
Public ReadOnly Property IsSynchronized As Boolean
public bool IsSynchronized {get;}
Property Value
A
System.Boolean value where true indicates that access to the collection is synchronized; otherwise false.