Freigeben über


Field.SetShowInEditForm-Methode

Legt den Wert der ShowInEditForm -Eigenschaft für dieses Feld.

Namespace:  Microsoft.SharePoint.Client
Assemblys:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll)  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
)

Parameter

  • value
    Typ: System.Boolean

    Der boolesche Wert, der angibt, ob dieses Feld im Bearbeitungsformular angezeigt wird.

Siehe auch

Referenz

Field Klasse

Field-Member

Microsoft.SharePoint.Client-Namespace