MSHelp KeywordTerm Property
This is used to get or set the index term
Definition
Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string Term { get; set; }VB
Public Property Term As String
Get
SetC++
public:
property String^ Term {
String^ get ();
void set (String^ value);
}F#
member Term : string with get, set