ISyntax Generator MetadataDefault Configuration Property
This read-only property returns 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#
string DefaultConfiguration { get; }VB
ReadOnly Property DefaultConfiguration As String
GetC++
property String^ DefaultConfiguration {
String^ get ();
}F#
abstract DefaultConfiguration : string with getProperty Value
StringDesigners can use this value as a default if they provide configuration editing support