Share via


SPList.UseFormsForDisplay-Eigenschaft

Gibt an, ob Formulare für Anzeigekontext berücksichtigt werden soll.

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

Syntax

'Declaration
Public Overridable Property UseFormsForDisplay As Boolean
    Get
    Set
'Usage
Dim instance As SPList
Dim value As Boolean

value = instance.UseFormsForDisplay

instance.UseFormsForDisplay = value
public virtual bool UseFormsForDisplay { get; set; }

Eigenschaftswert

Typ: System.Boolean
Ein Wert von Boolean = true , wenn Formulare für Anzeigekontext berücksichtigt werden sollen.

Siehe auch

Referenz

SPList Klasse

SPList-Member

Microsoft.SharePoint-Namespace