Keywords

Top  Previous  Next

Keywords specifies Keywords associated with the document.

 

 

 

Syntax

 

 

 

[VC++]

CString GetKeywords();

void SetKeywords(LPCTSTR lpszNewValue);

 

[CS]

public abstract new string Keywords [  get,  set ]

 

[VB]

Property Keywords As String