Build Component FactoryDefault Configuration Property
This read-only property can be overridden to define a default configuration for the build component
Definition
Namespace: Sandcastle.Core.BuildAssembler.BuildComponent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
It returns an empty string by default
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public virtual string DefaultConfiguration { get; }VB
Public Overridable ReadOnly Property DefaultConfiguration As String
GetC++
public:
virtual property String^ DefaultConfiguration {
String^ get ();
}F#
abstract DefaultConfiguration : string with get
override DefaultConfiguration : string with getProperty Value
StringIt returns an empty string by default