EntitySet<TEntity>.IList.IsFixedSize property
Not implemented.
Namespace: Microsoft.SharePoint.Linq
Assembly: Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)
Syntax
'Declaration
Private ReadOnly Property IsFixedSize As Boolean
Implements IList.IsFixedSize
Get
'Usage
Dim instance As EntitySet
Dim value As Boolean
value = CType(instance, IList).IsFixedSize
boolIList.IsFixedSize { get; }
Property value
Type: System.Boolean
Implements
Exceptions
Exception | Condition |
---|---|
NotImplementedException | This method is called. |