ChangeContentType.ContentTypeId property
Gets the content type identifier of the content type that has changed.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property ContentTypeId As ContentTypeId
Get
'Usage
Dim instance As ChangeContentType
Dim value As ContentTypeId
value = instance.ContentTypeId
public ContentTypeId ContentTypeId { get; }
Property value
Type: Microsoft.SharePoint.Client.ContentTypeId
ContentTypeId
The content type identifier.