Field.SetShowInNewForm method

Sets the value of ShowInNewForm property for this field.

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

Syntax

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

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

Parameters

  • value
    Type: System.Boolean

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

See also

Reference

Field class

Field members

Microsoft.SharePoint.Client namespace