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 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.BooleanA Boolean value that indicates whether this field is shown in the edit form.