Freigeben über


SPFormContext.EnableInputFieldLabels-Eigenschaft

Ruft ab oder legt einen booleschen Wert, der angibt, ob das Bearbeiten oder neue Verwendungszwecke für Formulare bearbeiten oder Hinzufügen von Feldbezeichnungen Modus.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property EnableInputFieldLabels As Boolean
    Get
    Set
'Usage
Dim instance As SPFormContext
Dim value As Boolean

value = instance.EnableInputFieldLabels

instance.EnableInputFieldLabels = value
public bool EnableInputFieldLabels { get; set; }

Eigenschaftswert

Typ: System.Boolean
true , um anzugeben, dass das Formular Feldbezeichnungen verwendet; andernfalls false.

Siehe auch

Referenz

SPFormContext Klasse

SPFormContext-Member

Microsoft.SharePoint-Namespace