EntitySet<TEntity>.ICollection<TEntity>.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 TEntity).IsReadOnly
Get
'Usage
Dim instance As EntitySet
Dim value As Boolean
value = CType(instance, ICollection(Of TEntity)).IsReadOnly
boolICollection<TEntity>.IsReadOnly { get; }
Property value
Type: System.Boolean
Implements
Exceptions
Exception | Condition |
---|---|
NotImplementedException | This method is called. |