DocumentSetTemplate.SharedFields Property
Gets the collections of fields that are synchronised between the DocumentSet object and its contents.
Namespace: Microsoft.Office.DocumentManagement.DocumentSets
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Public ReadOnly Property SharedFields As SharedFieldCollection
Get
'Usage
Dim instance As DocumentSetTemplate
Dim value As SharedFieldCollection
value = instance.SharedFields
public SharedFieldCollection SharedFields { get; }
Property Value
Type: Microsoft.Office.DocumentManagement.DocumentSets.SharedFieldCollection
A SPField collection representing the fields that are synchronised between the DocumentSet object and its contents.