PlugInConfigurationEditorExportAttributeId Property
This read-only property is used to get the component ID
Namespace: Sandcastle.Core.PlugInAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public string Id { get; }
Public ReadOnly Property Id As String
Get
public:
property String^ Id {
String^ get ();
}
member Id : string with get
Property Value
StringThis must match the ID of the component or plug-in for which this will provide a configuration
editor.