SPField.ShowInDisplayForm-Eigenschaft
Dient zum Abrufen oder Festlegen eines booleschen Werts, das angibt, ob das Feld in das Formular zum Anzeigen von Listenelementen angezeigt wird.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ShowInDisplayForm As Nullable(Of Boolean)
Get
Set
'Usage
Dim instance As SPField
Dim value As Nullable(Of Boolean)
value = instance.ShowInDisplayForm
instance.ShowInDisplayForm = value
public Nullable<bool> ShowInDisplayForm { get; set; }
Eigenschaftswert
Typ: System.Nullable<Boolean>
true , um anzugeben, dass das Feld im Formular angezeigt wird, die zum Anzeigen von Listenelementen verwendet wird; andernfalls false.