Plug In ConfigurationConfiguration Property
This is used to get or set the plug-in's configuration information
Definition
Namespace: Sandcastle.Core.PlugIn
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
This should be an XML fragment. The root node should be named configuration
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string Configuration { get; set; }VB
Public Property Configuration As String
Get
SetC++
public:
property String^ Configuration {
String^ get ();
void set (String^ value);
}F#
member Configuration : string with get, setProperty Value
StringThis should be an XML fragment. The root node should be named configuration