Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.