IList.IsReadOnly Property

SynchronizedReadOnlyCollection(Of T).IList.IsReadOnly 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 the collection is read-only.

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

'Declaration
Private ReadOnly Property IsReadOnly As Boolean
	Implements IList.IsReadOnly

Property Value

Type: System.Boolean
true

Implements

IList.IsReadOnly

This property always returns true because the collection is read only.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft