SPChangeContentType.Id property

Gets the GUID that identifies the content type that has changed.

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

Syntax

'Declaration
Public ReadOnly Property Id As SPContentTypeId
    Get
'Usage
Dim instance As SPChangeContentType
Dim value As SPContentTypeId

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

Property value

Type: Microsoft.SharePoint.SPContentTypeId
A GUID that identifies the content type that has changed.

See also

Reference

SPChangeContentType class

SPChangeContentType members

Microsoft.SharePoint namespace