Field.SetShowInDisplayForm-Methode
Legt den Wert der ShowInDisplayForm -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 SetShowInDisplayForm ( _
value As Boolean _
)
'Usage
Dim instance As Field
Dim value As Boolean
instance.SetShowInDisplayForm(value)
public void SetShowInDisplayForm(
bool value
)
Parameter
value
Typ: System.BooleanDer boolesche Wert, der angibt, ob dieses Feld im Anzeigeformular angezeigt wird.