'Declaration <DescriptionAttribute("The name of visual tool.")> Public Overrides ReadOnly Property Name As System.String
[Description("The name of visual tool.")] public override System.String Name { get; }
[Description("The name of visual tool.")] public: __property System.String get_Name(); override;
[Description("The name of visual tool.")] public:
property System.String Name { System.String get() override;; }