Field.SetShowInEditForm method

Sets the value of ShowInEditForm property for this field.

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

Syntax

'Declaration
Public Sub SetShowInEditForm ( _
    value As Boolean _
)
'Usage
Dim instance As Field
Dim value As Boolean

instance.SetShowInEditForm(value)
public void SetShowInEditForm(
    bool value
)

Parameters

  • value
    Type: System.Boolean

    A Boolean value that indicates whether this field is shown in the edit form.

See also

Reference

Field class

Field members

Microsoft.SharePoint.Client namespace