Share via


DefaultDocument.ContentTypeId property

Namespace:  Microsoft.SharePoint.Client.DocumentSet
Assembly:  Microsoft.SharePoint.Client.DocumentManagement (in Microsoft.SharePoint.Client.DocumentManagement.dll)

Syntax

'Declaration
Public Property ContentTypeId As ContentTypeId
    Get
    Set
'Usage
Dim instance As DefaultDocument
Dim value As ContentTypeId

value = instance.ContentTypeId

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

Property value

Type: Microsoft.SharePoint.Client.ContentTypeId

See also

Reference

DefaultDocument class

DefaultDocument members

Microsoft.SharePoint.Client.DocumentSet namespace