Partager via


Field.SetShowInDisplayForm - Méthode

Sets the value of the ShowInDisplayForm 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 SetShowInDisplayForm ( _
    value As Boolean _
)
'Utilisation
Dim instance As Field
Dim value As Boolean

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

Paramètres

  • value
    Type : System.Boolean

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

Voir aussi

Référence

Field classe

Field - Membres

Microsoft.SharePoint.Client - Espace de noms