Syntax Generator Export AttributeIs Configurable Property
This is used to get or set whether or not the syntax generator is configurable
Definition
Namespace: Sandcastle.Core.BuildAssembler.SyntaxGenerator
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Configuration is handled by the SyntaxComponent build component.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public bool IsConfigurable { get; set; }VB
Public Property IsConfigurable As Boolean
Get
SetC++
public:
property bool IsConfigurable {
bool get ();
void set (bool value);
}F#
member IsConfigurable : bool with get, setProperty Value
BooleanConfiguration is handled by the SyntaxComponent build component.