'Declaration <DescriptionAttribute("The document creator.")> <DefaultValueAttribute(null)> Public Property Creator As System.String
[Description("The document creator.")] [DefaultValue(null)] public System.String Creator { get; set; }
[Description("The document creator.")] [DefaultValue(null)] public: __property System.String get_Creator(); public: __property void set_Creator(
System.String value
);
[Description("The document creator.")] [DefaultValue(null)] public:
property System.String Creator { System.String get(); void set(System.String value); }