SyntaxGeneratorExportAttributeIsConfigurable Property
This is used to get or set whether or not the syntax generator is configurable
Namespace: Sandcastle.Core.BuildAssembler.SyntaxGeneratorAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public bool IsConfigurable { get; set; }
Public Property IsConfigurable As Boolean
Get
Set
public:
property bool IsConfigurable {
bool get ();
void set (bool value);
}
member IsConfigurable : bool with get, set
Property Value
BooleanConfiguration is handled by the
SyntaxComponent build component.