'Declaration <DescriptionAttribute("A value indicating whether the metadata node can be removed from children collection of parent node.")> <CategoryAttribute("Metadata node")> Public Overrides ReadOnly Property CanRemove As Boolean
[Description("A value indicating whether the metadata node can be removed from children collection of parent node.")] [Category("Metadata node")] public override bool CanRemove { get; }
[Description("A value indicating whether the metadata node can be removed from children collection of parent node.")] [Category("Metadata node")] public: __property bool get_CanRemove(); override;
[Description("A value indicating whether the metadata node can be removed from children collection of parent node.")] [Category("Metadata node")] public:
property bool CanRemove { bool get() override;; }