FieldLink Class

Specifies a reference to a field or field definition for a content type.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.FieldLink

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.FieldLink", ServerTypeId := "{e2d99203-868f-4211-ac76-f6bca0ff94ee}")> _
Public Class FieldLink _
    Inherits ClientObject
'Usage
Dim instance As FieldLink
[ScriptTypeAttribute("SP.FieldLink", ServerTypeId = "{e2d99203-868f-4211-ac76-f6bca0ff94ee}")]
public class FieldLink : ClientObject

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.

See Also

Reference

FieldLink Members

Microsoft.SharePoint.Client Namespace