Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets a value that indicates whether the field (column) is a calculated field.
Namespace: Microsoft.SharePoint.Linq
Assembly: Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)
Syntax
'Declaration
Public Property IsCalculated As Boolean
Get
Set
'Usage
Dim instance As ColumnAttribute
Dim value As Boolean
value = instance.IsCalculated
instance.IsCalculated = value
public bool IsCalculated { get; set; }
Property Value
Type: System.Boolean
true if the field is calculated; otherwise, false.