FieldLinkCreationInformation.Field property

Gets or sets a value that specifies field information of the FieldLink object to be created.

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

Syntax

'Declaration
Public Property Field As Field
    Get
    Set
'Usage
Dim instance As FieldLinkCreationInformation
Dim value As Field

value = instance.Field

instance.Field = value
public Field Field { get; set; }

Property value

Type: Microsoft.SharePoint.Client.Field
Returns a Field instance representing the field information of the FieldLink to be created.

Remarks

It must not be a null reference (Nothing in Visual Basic).

See also

Reference

FieldLinkCreationInformation class

FieldLinkCreationInformation members

Microsoft.SharePoint.Client namespace