ICollection(T).IsReadOnly Property

SynchronizedReadOnlyCollection(Of T).ICollection(Of T).IsReadOnly Property

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

Returns true.

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

'Declaration
Private ReadOnly Property IsReadOnly As Boolean
	Implements ICollection(Of T).IsReadOnly

Property Value

Type: System.Boolean
true.

Implements

ICollection(Of T).IsReadOnly

This is a read-only collection, so the property always returns true.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft