IDocumentation SourceConfiguration Property
This is used to get or set the project configuration to use when the source path refers to a Visual
Studio solution or project.
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
If not set, the configuration value from the owning help file project will be used. This will be ignored for assembly and XML comments file entries.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
string Configuration { get; set; }VB
Property Configuration As String
Get
SetC++
property String^ Configuration {
String^ get ();
void set (String^ value);
}F#
abstract Configuration : string with get, setProperty Value
StringIf not set, the configuration value from the owning help file project will be used. This will be ignored for assembly and XML comments file entries.