IsSynchronized Property (NamedStyleCollection)
Gets whether access to the collection is synchronized. (This implementation always returns false.)
'Declaration
Public Overridable ReadOnly Property IsSynchronized As Boolean
'Usage
Dim instance As NamedStyleCollection
Dim value As Boolean
value = instance.IsSynchronized
public virtual bool IsSynchronized {get;}
Property Value
true if access to the collection is synchronized;
false otherwise
This example illustrates the use of this member by returning a value indicating whether access to the collection is synchronized (and this implementation always returns false).