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