[Visual Basic] Property ReadOnly IsCalculated As Boolean [C#] bool IsCalculated { get; } [C++] __property bool get_IsCalculated(); [JScript] function get IsCalculated() : bool
Returns true if the node has a rule that calculates its value. If a node is calculated, its value can't be changed directly by code.
IDXmlNode Interface | XRules Namespace