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