ISyntax Generator MetadataIs Configurable Property
This read-only property returns true if the syntax generator is configurable or false if it is not
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#
bool IsConfigurable { get; }VB
ReadOnly Property IsConfigurable As Boolean
GetC++
property bool IsConfigurable {
bool get ();
}F#
abstract IsConfigurable : bool with getProperty Value
BooleanConfiguration is handled by the SyntaxComponent build component.