ColumnAttribute.IsCalculated property
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.