RelatedFieldCollection class

Specifies a collection of objects storing properties of relationship lookup fields.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<RelatedField>
        Microsoft.SharePoint.Client.RelatedFieldCollection

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

Syntax

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

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

RelatedFieldCollection members

Microsoft.SharePoint.Client namespace