de la propiedad SPListItem.ContentType
Obtiene el tipo de contenido que está asociado con el elemento.
Espacio de nombres: Microsoft.SharePoint
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
Public ReadOnly Property ContentType As SPContentType
Get
'Uso
Dim instance As SPListItem
Dim value As SPContentType
value = instance.ContentType
public SPContentType ContentType { get; }
Valor de propiedad
Tipo: Microsoft.SharePoint.SPContentType
Un objeto SPContentType que representa el tipo de contenido.