Share via


EntitySet<TEntity>.IList.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 IList.IsReadOnly
    Get
'Usage
Dim instance As EntitySet
Dim value As Boolean

value = CType(instance, IList).IsReadOnly
boolIList.IsReadOnly { get; }

Property Value

Type: System.Boolean

Implements

IList.IsReadOnly

Exceptions

Exception Condition
NotImplementedException

This method is called.

See Also

Reference

EntitySet<TEntity> Class

EntitySet<TEntity> Members

Microsoft.SharePoint.Linq Namespace