SP.FieldLinkCreationInformation.field Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Applies To
Remarks
Gets or sets a value that specifies field information of the FieldLink to be created.
var value = SP.FieldLinkCreationInformation.get_field();
SP.FieldLinkCreationInformation.set_field(value);
Property Value
Type: SP.Field
Applies To
SP.FieldLinkCreationInformation Class
Remarks
It must not be null.
See Also
Reference
SP.FieldLinkCreationInformation Methods