Gets or sets the current document's keywords. The property value is null, if there are no keywords contained in the document.

Syntax

public string[] DocumentKeywords { get; set; }
Public Property DocumentKeywords() As String()