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