Field.SetShowInEditForm - Méthode
Sets the value of ShowInEditForm property for this field.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Sub SetShowInEditForm ( _
value As Boolean _
)
'Utilisation
Dim instance As Field
Dim value As Boolean
instance.SetShowInEditForm(value)
public void SetShowInEditForm(
bool value
)
Paramètres
value
Type : System.BooleanA Boolean value that indicates whether this field is shown in the edit form.