Build Component ConfigurationEnabled Property
This is used to get or set the build component's enabled state
Definition
Namespace: Sandcastle.Core.BuildAssembler.BuildComponent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
If set to false, the component will not be used in the build
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public bool Enabled { get; set; }VB
Public Property Enabled As Boolean
Get
SetC++
public:
property bool Enabled {
bool get ();
void set (bool value);
}F#
member Enabled : bool with get, setProperty Value
BooleanIf set to false, the component will not be used in the build