'Declaration <DescriptionAttribute("The image filename of annotation.")> Public Property Filename As System.String
[Description("The image filename of annotation.")] public System.String Filename { get; set; }
[Description("The image filename of annotation.")] public: __property System.String get_Filename(); public: __property void set_Filename(
System.String value
);
[Description("The image filename of annotation.")] public:
property System.String Filename { System.String get(); void set(System.String value); }