ICollection.IsSynchronized Property

SynchronizedReadOnlyCollection(Of T).ICollection.IsSynchronized Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets a value that indicates whether access to the collection is synchronized.

Namespace:  System.Collections.Generic
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

'Declaration
Private ReadOnly Property IsSynchronized As Boolean
	Implements ICollection.IsSynchronized

Property Value

Type: System.Boolean
true.

Implements

ICollection.IsSynchronized

This property always returns true because the collection is thread safe.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft