Condividi tramite


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.

See Also

Reference

ColumnAttribute Class

ColumnAttribute Members

Microsoft.SharePoint.Linq Namespace