Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.BooleanA Boolean value that indicates whether this field is shown in the new form.