ContentType.FieldLinks Property
Gets the column (also known as field) references in the content type.
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
<RemoteAttribute> _
Public ReadOnly Property FieldLinks As FieldLinkCollection
Get
'Usage
Dim instance As ContentType
Dim value As FieldLinkCollection
value = instance.FieldLinks
[RemoteAttribute]
public FieldLinkCollection FieldLinks { get; }
Property Value
Type: Microsoft.SharePoint.Client.FieldLinkCollection
A FieldLinkCollection that represents the references.