del método Field.SetShowInNewForm
Establece el valor de propiedad ShowInNewForm para este campo.
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblados: Microsoft.SharePoint.Client.Silverlight (en Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (en Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (en Microsoft.SharePoint.Client.dll)
Sintaxis
'Declaración
Public Sub SetShowInNewForm ( _
value As Boolean _
)
'Uso
Dim instance As Field
Dim value As Boolean
instance.SetShowInNewForm(value)
public void SetShowInNewForm(
bool value
)
Parámetros
value
Tipo: System.BooleanUn valor Boolean que indica si este campo se muestra en el formulario de nuevo.