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