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