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