Topic.HelpKeywords Property

HTML to MAML Converter

TopicHelpKeywords Property
Get the help keywords collection

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
public MSHelpKeywordCollection HelpKeywords { get; }
Public ReadOnly Property HelpKeywords As MSHelpKeywordCollection
	Get
public:
property MSHelpKeywordCollection^ HelpKeywords {
	MSHelpKeywordCollection^ get ();
}
member HelpKeywords : MSHelpKeywordCollection with get

Property Value

Type: MSHelpKeywordCollection
If null or empty, there are no keywords
See Also