ContentType.FieldLinks property

Gets the column (also known as field) references in the content type.

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

Syntax

'Declaration
Public ReadOnly Property FieldLinks As FieldLinkCollection
    Get
'Usage
Dim instance As ContentType
Dim value As FieldLinkCollection

value = instance.FieldLinks
public FieldLinkCollection FieldLinks { get; }

Property value

Type: Microsoft.SharePoint.Client.FieldLinkCollection
A FieldLinkCollection that represents the references.

See also

Reference

ContentType class

ContentType members

Microsoft.SharePoint.Client namespace