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