This is used to get or set the build component's enabled state
Namespace: SandcastleBuilder.Utils.BuildComponentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.7.0
Syntax
| C# |
|---|
public bool Enabled { get; set; } |
| Visual Basic |
|---|
Public Property Enabled As Boolean Get Set |
Property Value
Type: BooleanIf set to false, the component will not be used in the build.