TokenToken Value Property
This is used to get or set the token value
Definition
Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The value can contain help file builder replacement tags. These will be replaced at build time with the appropriate project value.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string TokenValue { get; set; }VB
Public Property TokenValue As String
Get
SetC++
public:
property String^ TokenValue {
String^ get ();
void set (String^ value);
}F#
member TokenValue : string with get, setProperty Value
StringThe value can contain help file builder replacement tags. These will be replaced at build time with the appropriate project value.