Share via


LookupList<T>.ICollection<T>.IsReadOnly property

Not Implemented.

Namespace:  Microsoft.SharePoint.Linq
Assembly:  Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)

Syntax

'Declaration
Private ReadOnly Property IsReadOnly As Boolean
    Implements ICollection(Of T).IsReadOnly
    Get
'Usage
Dim instance As LookupList
Dim value As Boolean

value = CType(instance, ICollection(Of T)).IsReadOnly
boolICollection<T>.IsReadOnly { get; }

Property value

Type: System.Boolean
Returns Boolean.

Implements

ICollection<T>.IsReadOnly

Exceptions

Exception Condition
NotImplementedException

This method is called.

See also

Reference

LookupList<T> class

LookupList<T> members

Microsoft.SharePoint.Linq namespace