EntityList<TEntity>.IQueryable.ElementType Property
Gets the content type of the list items.
Namespace: Microsoft.SharePoint.Linq
Assembly: Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)
Syntax
'Declaration
Private ReadOnly Property ElementType As Type
Implements IQueryable.ElementType
Get
'Usage
Dim instance As EntityList
Dim value As Type
value = CType(instance, IQueryable).ElementType
TypeIQueryable.ElementType { get; }
Property Value
Type: System.Type
A Type that represents the content type of the items in the list.