Field.IsCalculatedField Property

Definition

Gets a value that indicates whether the field type is calculated field.

public:
 property bool IsCalculatedField { bool get(); };
[System.Xml.Serialization.XmlIgnore]
public bool IsCalculatedField { get; }
[<System.Xml.Serialization.XmlIgnore>]
member this.IsCalculatedField : bool
Public ReadOnly Property IsCalculatedField As Boolean

Property Value

true if the field type is calculated field; otherwise, false.

Attributes

Applies to