Field.SetShowInDisplayForm method
Sets the value of the ShowInDisplayForm property for this field.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Sub SetShowInDisplayForm ( _
value As Boolean _
)
'Usage
Dim instance As Field
Dim value As Boolean
instance.SetShowInDisplayForm(value)
public void SetShowInDisplayForm(
bool value
)
Parameters
value
Type: System.BooleanA Boolean value that indicates whether this field is shown in the display form.