Share via


SPList.CalculationOptions-Eigenschaft

Die Optionen angibt, wie berechnete Feldformeln Liste Formeln zur Gültigkeitsprüfung von Daten und Standard für die Liste Werteformeln ausgewertet werden.

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

Syntax

'Declaration
Public Property CalculationOptions As SPCalculationOptions
    Get
    Set
'Usage
Dim instance As SPList
Dim value As SPCalculationOptions

value = instance.CalculationOptions

instance.CalculationOptions = value
public SPCalculationOptions CalculationOptions { get; set; }

Eigenschaftswert

Typ: Microsoft.SharePoint.SPCalculationOptions
Ein SPCalculationOptions -Objekt, das Optionen für die Berechnungsverhalten angibt.

Siehe auch

Referenz

SPList Klasse

SPList-Member

Microsoft.SharePoint-Namespace