Compartilhar via


SPChangeList.ContentTypeId property

Obtém o identificador (ID) do tipo de conteúdo que foi alterado.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Public ReadOnly Property ContentTypeId As SPContentTypeId
    Get
'Uso
Dim instance As SPChangeList
Dim value As SPContentTypeId

value = instance.ContentTypeId
public SPContentTypeId ContentTypeId { get; }

Property value

Type: Microsoft.SharePoint.SPContentTypeId
Uma identificação do tipo de conteúdo que foi alterado.

Ver também

Referência

SPChangeList class

SPChangeList members

Microsoft.SharePoint namespace