Click or drag to resize
Sandcastle Help File BuilderTokenTokenValue Property
This is used to get or set the token value

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public string TokenValue { get; set; }

Property Value

Type: String
The value can contain help file builder replacement tags. These will be replaced at build time with the appropriate project value.
See Also