'Declaration <DescriptionAttribute("The name of the person who created the document.")> <DefaultValueAttribute(null)> Public Property Author As System.String
[Description("The name of the person who created the document.")] [DefaultValue(null)] public System.String Author { get; set; }
[Description("The name of the person who created the document.")] [DefaultValue(null)] public: __property System.String get_Author(); public: __property void set_Author(
System.String value
);
[Description("The name of the person who created the document.")] [DefaultValue(null)] public:
property System.String Author { System.String get(); void set(System.String value); }