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.
Gets the type of the items in the EntitySet<TEntity>.
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 EntitySet
Dim value As Type
value = CType(instance, IQueryable).ElementType
TypeIQueryable.ElementType { get; }
Property Value
Type: System.Type
A Type object that represents the type of the items in the collection.