PlugInConfigurationEditorExportAttributeId Property
This read-only property is used to get the component ID
Namespace: SandcastleBuilder.Utils.BuildComponentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.12.21.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.