PlugInDependencyConfiguration Property
The default configuration to use for the plug-in
Namespace: Sandcastle.Core.PresentationStyleAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public string Configuration { get; }
Public ReadOnly Property Configuration As String
Get
public:
property String^ Configuration {
String^ get ();
}
member Configuration : string with get
Property Value
String 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.