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
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("SP.RelatedFieldCollection", ServerTypeId := "{4703193f-e3ed-445b-8612-7c6218e0eb5a}")> _
Public Class RelatedFieldCollection _
Inherits ClientObjectCollection(Of RelatedField)
'Usage
Dim instance As RelatedFieldCollection
[ScriptTypeAttribute("SP.RelatedFieldCollection", ServerTypeId = "{4703193f-e3ed-445b-8612-7c6218e0eb5a}")]
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.