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