FieldLinkCreationInformation.Field Property
Gets or sets a value that specifies field information of the FieldLink to be created.
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 Property Field As Field
Get
Set
'Usage
Dim instance As FieldLinkCreationInformation
Dim value As Field
value = instance.Field
instance.Field = value
[RemoteAttribute]
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