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)
Syntax
'Declaration
Public ReadOnly Property ElementType As Type
Get
'Usage
Dim instance As ClientObjectCollection
Dim value As Type
value = instance.ElementType
public Type ElementType { get; }
Property value
Type: System.Type
The type of the elements in the collection.
Implements
See also
Reference
ClientObjectCollection<T> class