SPListItem.ContentType property
Obtém o tipo de conteúdo que está associado ao item.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Property ContentType As SPContentType
Get
'Uso
Dim instance As SPListItem
Dim value As SPContentType
value = instance.ContentType
public SPContentType ContentType { get; }
Property value
Type: Microsoft.SharePoint.SPContentType
Um objeto SPContentType que representa o tipo de conteúdo.