Field.IsCalculatedField Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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