'Declaration <DescriptionAttribute("Keywords associated with the document.")> <DefaultValueAttribute(null)> Public Property Keywords As System.String
[Description("Keywords associated with the document.")] [DefaultValue(null)] public System.String Keywords { get; set; }
[Description("Keywords associated with the document.")] [DefaultValue(null)] public: __property System.String get_Keywords(); public: __property void set_Keywords(
System.String value
);
[Description("Keywords associated with the document.")] [DefaultValue(null)] public:
property System.String Keywords { System.String get(); void set(System.String value); }