de la propiedad ClientObjectCollection<T>.ElementType
Obtiene el tipo de los elementos de la ClientObjectCollection<T>.
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblados: Microsoft.SharePoint.Client.Silverlight.Runtime (en Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (en Microsoft.SharePoint.Client.Phone.Runtime.dll) Microsoft.SharePoint.Client.Runtime (en Microsoft.SharePoint.Client.Runtime.dll)
Sintaxis
'Declaración
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 propiedad
Tipo: System.Type
El tipo de los elementos de la colección.
Implementaciones
Vea también
Referencia
clase ClientObjectCollection<T>