Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |