SPList.CalculationOptions Property
Indicates options for how calculated field formulas, list data validation formulas, and default value formulas are evaluated for the list.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Available in SharePoint Online
Syntax
'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)> _
Public Property CalculationOptions As SPCalculationOptions
Get
Set
'Usage
Dim instance As SPList
Dim value As SPCalculationOptions
value = instance.CalculationOptions
instance.CalculationOptions = value
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)]
public SPCalculationOptions CalculationOptions { get; set; }
Property Value
Type: Microsoft.SharePoint.SPCalculationOptions
An SPCalculationOptions object that specifies options for the calculation behavior.