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

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public string Value { 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