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
Exceptions
Exception | Condition |
---|---|
NotImplementedException | This method is called. |