Share via


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.

Implements

IQueryable.ElementType

See also

Reference

EntityList<TEntity> class

EntityList<TEntity> members

Microsoft.SharePoint.Linq namespace