'Declaration <DescriptionAttribute("The name of icon to be used in displaying the annotation.")> <DefaultValueAttribute("Draft")> <CategoryAttribute("Appearance")> Public Property StampName As System.String
[Description("The name of icon to be used in displaying the annotation.")] [DefaultValue("Draft")] [Category("Appearance")] public System.String StampName { get; set; }
[Description("The name of icon to be used in displaying the annotation.")] [DefaultValue("Draft")] [Category("Appearance")] public: __property System.String get_StampName(); public: __property void set_StampName(
System.String value
);
[Description("The name of icon to be used in displaying the annotation.")] [DefaultValue("Draft")] [Category("Appearance")] public:
property System.String StampName { System.String get(); void set(System.String value); }