'Declaration <CategoryAttribute("Metadata node")> <DescriptionAttribute("A name of the node.")> Public Overridable ReadOnly Property Name As System.String
[Category("Metadata node")] [Description("A name of the node.")] public virtual System.String Name { get; }
[Category("Metadata node")] [Description("A name of the node.")] public: __property virtual System.String get_Name();
[Category("Metadata node")] [Description("A name of the node.")] public:
virtual property System.String Name { System.String get(); }