'Declaration <DescriptionAttribute("A text that describes the file specification.")> <DefaultValueAttribute("")> Public Property Description As String
[Description("A text that describes the file specification.")] [DefaultValue("")] public string Description {get; set;}
[Description("A text that describes the file specification.")] [DefaultValue("")] public: __property string* get_Description(); public: __property void set_Description( string* value );
[Description("A text that describes the file specification.")] [DefaultValue("")] public: property String^ Description { String^ get(); void set ( String^ value); }