ConfigurationEditorExportAttributeId Property
This read-only property is used to get the component ID
Namespace: Sandcastle.Core.BuildAssemblerAssembly: Sandcastle.Core (in Sandcastle.Core.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 build component for which this will provide a configuration
editor.