FieldLinkCollection class
Represents the collection of column or field references in a content type.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<FieldLink>
Microsoft.SharePoint.Client.FieldLinkCollection
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Class FieldLinkCollection _
Inherits ClientObjectCollection(Of FieldLink)
'Usage
Dim instance As FieldLinkCollection
public class FieldLinkCollection : ClientObjectCollection<FieldLink>
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.