| CodeBlockComponentFactoryDefaultConfiguration Property |
This read-only property can be overridden to define a default configuration for the build component
Namespace: SandcastleBuilder.ComponentsAssembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax public override string DefaultConfiguration { get; }
Public Overrides ReadOnly Property DefaultConfiguration As String
Get
public:
virtual property String^ DefaultConfiguration {
String^ get () override;
}
abstract DefaultConfiguration : string with get
override DefaultConfiguration : string with get
Property Value
Type:
StringIt returns an empty string by default
See Also