FieldLinkCreationInformation Class

Contains properties that are used as parameters to initialize a FieldLink.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientValueObject
    Microsoft.SharePoint.Client.FieldLinkCreationInformation

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.FieldLinkCreationInformation", ValueObject := True,  _
    ServerTypeId := "{63fb2c92-8f65-4bbb-a658-b6cd294403f4}")> _
Public NotInheritable Class FieldLinkCreationInformation _
    Inherits ClientValueObject
'Usage
Dim instance As FieldLinkCreationInformation
[ScriptTypeAttribute("SP.FieldLinkCreationInformation", ValueObject = true, 
    ServerTypeId = "{63fb2c92-8f65-4bbb-a658-b6cd294403f4}")]
public sealed class FieldLinkCreationInformation : ClientValueObject

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

FieldLinkCreationInformation Members

Microsoft.SharePoint.Client Namespace