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