'Declaration <DescriptionAttribute("The name of an icon to be used in displaying the annotation.")> Public Property IconName As System.String
[Description("The name of an icon to be used in displaying the annotation.")] public System.String IconName { get; set; }
[Description("The name of an icon to be used in displaying the annotation.")] public: __property System.String get_IconName(); public: __property void set_IconName(
System.String value
);
[Description("The name of an icon to be used in displaying the annotation.")] public:
property System.String IconName { System.String get(); void set(System.String value); }