ClientObjectCollection<T>.ElementType property
Gets the type of the elements in the ClientObjectCollection<T>.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
'Declaration
Public ReadOnly Property ElementType As Type
Get
'Usage
Dim instance As ClientObjectCollection
Dim value As Type
value = instance.ElementType
public Type ElementType { get; }
Type: System.Type
The type of the elements in the collection.
ClientObjectCollection<T> class