Plug In DependencyConfiguration Property
The default configuration to use for the plug-in
Definition
Namespace: Sandcastle.Core.PresentationStyle
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string Configuration { get; }VB
Public ReadOnly Property Configuration As String
GetC++
public:
property String^ Configuration {
String^ get ();
}F#
member Configuration : string with getProperty Value
StringRemarks
This can be either an empty configuration element or one filled in with default
values for any plug-in configuration parameters. If the plug-in is visible to the user and has been
added to the project, the project configuration will override this one.