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