Syntax Generator Export AttributeDefault Configuration Property
This is used to get or set a string containing an XML fragment that defines the default syntax
generator configuration if supported.
Definition
Namespace: Sandcastle.Core.BuildAssembler.SyntaxGenerator
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Designers can use this value as a default if they provide configuration editing support
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string DefaultConfiguration { get; set; }VB
Public Property DefaultConfiguration As String
Get
SetC++
public:
property String^ DefaultConfiguration {
String^ get ();
void set (String^ value);
}F#
member DefaultConfiguration : string with get, setProperty Value
StringDesigners can use this value as a default if they provide configuration editing support