SPChangeContentType.Id Property
Gets the GUID that identifies the content type that has changed.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallablePropertyAttribute(Name := "ContentTypeId")> _
Public ReadOnly Property Id As SPContentTypeId
Get
'Usage
Dim instance As SPChangeContentType
Dim value As SPContentTypeId
value = instance.Id
[ClientCallablePropertyAttribute(Name = "ContentTypeId")]
public SPContentTypeId Id { get; }
Property Value
Type: Microsoft.SharePoint.SPContentTypeId
A GUID that identifies the content type that has changed.