Gets and sets the keywords associated with the document.
'Declaration
Public Property Keywords As String
'Usage
Dim instance As DocumentMetadata
Dim value As String
instance.Keywords = value
value = instance.Keywords
public string Keywords {get; set;}
public: __property string* get_Keywords();
public: __property void set_Keywords(
string* value
);
public:
property String^ Keywords {
String^ get();
void set ( String^ value);
}
Property Value
A string value which represents the keywords for the document.