SyntaxGeneratorExportAttributeIsConfigurable 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: 2024.9.12.0
public bool IsConfigurable { get; set; }

Property Value

Boolean
Configuration is handled by the SyntaxComponent build component.

See Also