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