FieldLink.Hidden property
Gets or sets a Boolean value that specifies whether the field is displayed in forms that can be edited.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property Hidden As Boolean
Get
Set
'Usage
Dim instance As FieldLink
Dim value As Boolean
value = instance.Hidden
instance.Hidden = value
public bool Hidden { get; set; }
Property value
Type: System.Boolean
true if the field is omitted; otherwise, false. The default value is false.
Remarks
When a field reference is hidden, the field is not displayed on forms. As a result, users cannot enter data or edit the content of the field. However, a hidden field can still be displayed in list views. Any user who has sufficient rights to manage the content type can change the field’s status from hidden to displayed.