'Declaration <DescriptionAttribute("A value indicating whether the metadata node can be removed from children collection of parent node.")> <CategoryAttribute("Metadata node")> Public Overridable 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 virtual 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 virtual bool get_CanRemove();
[Description("A value indicating whether the metadata node can be removed from children collection of parent node.")] [Category("Metadata node")] public:
virtual property bool CanRemove { bool get(); }