'Declaration <DescriptionAttribute("Indicating whether value of this field is calculated.")> <CategoryAttribute("Common")> <DefaultValueAttribute(False)> Public ReadOnly Property IsCalculated As Boolean
[Description("Indicating whether value of this field is calculated.")] [Category("Common")] [DefaultValue(False)] public bool IsCalculated { get; }
[Description("Indicating whether value of this field is calculated.")] [Category("Common")] [DefaultValue(False)] public: __property bool get_IsCalculated();
[Description("Indicating whether value of this field is calculated.")] [Category("Common")] [DefaultValue(False)] public:
property bool IsCalculated { bool get(); }
Property Value
True, если поле вычисляется (AdditionalActions.Calculate не равно null); в противном случае, false.