'Declaration Protected Friend Overrides NotOverridable ReadOnly Property ElementType As Type
'Usage Dim instance As WcfDataServicesDataSourceProvider Dim value As Type value = instance.ElementType
protected internal override Type ElementType {get;}
Property Value
The Type of the elements in the data source.
The default value of this property depends on the value returned by the ElementType property of the DataServiceQuery wrapped by the data-source provider.