Build Component ConfigurationConfiguration Property
This is used to get or set the component's configuration information
Definition
Namespace: Sandcastle.Core.BuildAssembler.BuildComponent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
This should be an XML fragment. The root node should be named component with an id attribute that names the component
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string Configuration { get; set; }VB
Public Property Configuration As String
Get
SetC++
public:
property String^ Configuration {
String^ get ();
void set (String^ value);
}F#
member Configuration : string with get, setProperty Value
StringThis should be an XML fragment. The root node should be named component with an id attribute that names the component