ClientObjectCollection<T>.ElementType propriedade
Obtém o tipo dos elementos na ClientObjectCollection<T>.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (em Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (em Microsoft.SharePoint.Client.Phone.Runtime.dll) Microsoft.SharePoint.Client.Runtime (em Microsoft.SharePoint.Client.Runtime.dll)
Sintaxe
'Declaração
Public ReadOnly Property ElementType As Type
Get
'Uso
Dim instance As ClientObjectCollection
Dim value As Type
value = instance.ElementType
public Type ElementType { get; }
Valor de propriedade
Tipo: System.Type
O tipo dos elementos da coleção.
Implementos
Ver também
Referência
ClientObjectCollection<T> classe