This is a comma or crlf delimited list of phrases that will be added to the document's meta keyword list
Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public MustOverride ReadOnly Property MetaKeywordList As String |
| C# |
|---|
| public abstract string MetaKeywordList { get; } |
| C++ |
|---|
| public abstract property string MetaKeywordList abstract { String get(); } |
| J# |
|---|
| /** property */ public string get_MetaKeywordList(); |
| JScript |
|---|
| public function get MetaKeywordList() : String |