SharedFieldCollection class

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<Field>
        Microsoft.SharePoint.Client.DocumentSet.SharedFieldCollection

Namespace:  Microsoft.SharePoint.Client.DocumentSet
Assembly:  Microsoft.SharePoint.Client.DocumentManagement (in Microsoft.SharePoint.Client.DocumentManagement.dll)

Syntax

'Declaration
Public Class SharedFieldCollection _
    Inherits ClientObjectCollection(Of Field)
'Usage
Dim instance As SharedFieldCollection
public class SharedFieldCollection : ClientObjectCollection<Field>

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.SharePoint.Client.DocumentSet namespace