Resource ItemValue Property
This is used to get or set the item value
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
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 Value { get; set; }VB
Public Property Value As String
Get
SetC++
public:
property String^ Value {
String^ get ();
void set (String^ value);
}F#
member Value : 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.