'Declaration <CategoryAttribute("Metadata node")> <DescriptionAttribute("A value indicating whether the node is changed.")> Public ReadOnly Property IsChanged As Boolean
[Category("Metadata node")] [Description("A value indicating whether the node is changed.")] public bool IsChanged { get; }
[Category("Metadata node")] [Description("A value indicating whether the node is changed.")] public: __property bool get_IsChanged();
[Category("Metadata node")] [Description("A value indicating whether the node is changed.")] public:
property bool IsChanged { bool get(); }
Property Value
true - node is changed; false - node is not changed.