DocumentSet.ContentTypeTemplate property

Gets the content type template associated with this DocumentSet object.

Namespace:  Microsoft.Office.DocumentManagement.DocumentSets
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)

Syntax

'Declaration
Public ReadOnly Property ContentTypeTemplate As DocumentSetTemplate
    Get
'Usage
Dim instance As DocumentSet
Dim value As DocumentSetTemplate

value = instance.ContentTypeTemplate
public DocumentSetTemplate ContentTypeTemplate { get; }

Property value

Type: Microsoft.Office.DocumentManagement.DocumentSets.DocumentSetTemplate
The content type template associated with this DocumentSet object.

See also

Reference

DocumentSet class

DocumentSet members

Microsoft.Office.DocumentManagement.DocumentSets namespace

ContentType

DocumentSetTemplate