'Declaration <DefaultValueAttribute(False)> <CategoryAttribute("Common")> <DescriptionAttribute("Indicating whether value of this field is calculated.")> Public ReadOnly Property IsCalculated As Boolean
[DefaultValue(False)] [Category("Common")] [Description("Indicating whether value of this field is calculated.")] public bool IsCalculated { get; }
[DefaultValue(False)] [Category("Common")] [Description("Indicating whether value of this field is calculated.")] public: __property bool get_IsCalculated();
[DefaultValue(False)] [Category("Common")] [Description("Indicating whether value of this field is calculated.")] public:
property bool IsCalculated { bool get(); }
Property Value
True if field is calculated (AdditionalActions.Calculate in not null); otherwise, false.