SharedFieldCollection Class

Specifies the list of metadata fields for the SPContentType object that is associated with the current DocumentSet object.

Inheritance Hierarchy

System.Object
  Microsoft.Office.DocumentManagement.DocumentSets.SharedFieldCollection

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

Syntax

'Declaration
Public Class SharedFieldCollection _
    Implements IEnumerable(Of SPField), IEnumerable
'Usage
Dim instance As SharedFieldCollection
public class SharedFieldCollection : IEnumerable<SPField>, 
    IEnumerable

Remarks

The metadata values are synchronized to all documents that are associated with the current DocumentSet object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SharedFieldCollection Members

Microsoft.Office.DocumentManagement.DocumentSets Namespace