Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.